Html Css Color HEX #5A9164 Laurel

📋 copy color: '#5A9164'

red 90 ◦ green 145 ◦ blue 100

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

Shades of Laurel #5A9164

Tints of Laurel #5A9164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 26.87%
G = 43.28%
B = 29.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#5A9164 (or 0x5A9164) is known color: Laurel. HEX triplet: 5A, 91 and 64. RGB value is (90,145,100). Sum of RGB (Red+Green+Blue) = 90+145+100=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9164 is #A56E9B. Grayscale: #7B7B7B. Windows color (decimal): -10841756 or 6590810. OLE color: 6590810.

HSL color Cylindrical-coordinate representation of color #5A9164: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9164 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 100 -
CMYK 0.38 0 0.31 0.43
HSL 130.91º 0.23% 0.46% -
HSV(B) 130.91º 0.38% 0.57% -
XYZ 16.64 23.34 15.69 -
YUV 123.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 90 145 100 0.38 0 0.31 0.43 130.91 0.23 0.46
Hex 5A 91 64 26 0 1F 2B 83 17 2E
Octal 132 221 144 46 0 37 53 203 27 56
Binary 1011010 10010001 1100100 100110 0 11111 101011 10000011 10111 101110

Color Harmonies of #5A9164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9164

Black with #5A9164

Text Example


Text Example

White with #5A9164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,100); }

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

background-color css

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

 a { background-color: rgb(90,145,100); }

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

border-color css

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

 span { border-color: rgb(90,145,100); }

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