Html Css Color HEX #5A9268 Laurel

📋 copy color: '#5A9268'

red 90 ◦ green 146 ◦ blue 104

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

Shades of Laurel #5A9268

Tints of Laurel #5A9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 26.47%
G = 42.94%
B = 30.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#5A9268 (or 0x5A9268) is known color: Laurel. HEX triplet: 5A, 92 and 68. RGB value is (90,146,104). Sum of RGB (Red+Green+Blue) = 90+146+104=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9268 is #A56D97. Grayscale: #7C7C7C. Windows color (decimal): -10841496 or 6853210. OLE color: 6853210.

HSL color Cylindrical-coordinate representation of color #5A9268: hue angle of 135º degrees, saturation: 0.24, 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 #5A9268 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 146 104 -
CMYK 0.38 0 0.29 0.43
HSL 135º 0.24% 0.46% -
HSV(B) 135º 0.38% 0.57% -
XYZ 16.99 23.73 16.78 -
YUV 124.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 90 146 104 0.38 0 0.29 0.43 135 0.24 0.46
Hex 5A 92 68 26 0 1D 2B 87 18 2E
Octal 132 222 150 46 0 35 53 207 30 56
Binary 1011010 10010010 1101000 100110 0 11101 101011 10000111 11000 101110

Color Harmonies of #5A9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9268

Black with #5A9268

Text Example


Text Example

White with #5A9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,146,104); }

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

background-color css

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

 a { background-color: rgb(90,146,104); }

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

border-color css

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

 span { border-color: rgb(90,146,104); }

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