Html Css Color HEX #5A6641 Chalet Green

📋 copy color: '#5A6641'

red 90 ◦ green 102 ◦ blue 65

#5A6641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #5A6641

Tints of Chalet Green #5A6641

RGB

 RED value IS 90 (35.55% from 255) = 35.02%

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 35.02%
G = 39.69%
B = 25.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A6641 (or 0x5A6641) is known color: Chalet Green. HEX triplet: 5A, 66 and 41. RGB value is (90,102,65). Sum of RGB (Red+Green+Blue) = 90+102+65=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6641 is #A599BE. Grayscale: #5E5E5E. Windows color (decimal): -10852799 or 4286042. OLE color: 4286042.

HSL color Cylindrical-coordinate representation of color #5A6641: hue angle of 79.46º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A6641 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 65 -
CMYK 0.12 0 0.36 0.6
HSL 79.46º 0.22% 0.33% -
HSV(B) 79.46º 0.36% 0.4% -
XYZ 9.92 12.06 6.81 -
YUV 94.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 90 102 65 0.12 0 0.36 0.6 79.46 0.22 0.33
Hex 5A 66 41 C 0 24 3C 4F 16 21
Octal 132 146 101 14 0 44 74 117 26 41
Binary 1011010 1100110 1000001 1100 0 100100 111100 1001111 10110 100001

Color Harmonies of #5A6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6641

Black with #5A6641

Text Example


Text Example

White with #5A6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6641; }

 p { color: rgb(90,102,65); }

 H1.HeaderClassName
 {
   color: #5A6641;
 }
 .AnyTagClassName
 {
   color: #5A6641;
 }
</style>

background-color css

<style>
 a { background-color: #5A6641; }

 a { background-color: rgb(90,102,65); }

 div.DivClassName
 {
   background-color: #5A6641;
 }
 .BgClassName
 {
   background-color: #5A6641;
 }
</style>

border-color css

<style>
 span { border-color: #5A6641; }

 span { border-color: rgb(90,102,65); }

 td.TdClassName
 {
   border-color: #5A6641;
 }
 .TagClassName
 {
   border-color: #5A6641;
 }
</style>