Html Css Color HEX #165E28 Crusoe

📋 copy color: '#165E28'

red 22 ◦ green 94 ◦ blue 40

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

Shades of Crusoe #165E28

Tints of Crusoe #165E28

RGB

 RED value IS 22 (8.98% from 255) = 14.1%

 GREEN value IS 94 (37.11% from 255) = 60.26%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 14.1%
G = 60.26%
B = 25.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#165E28 (or 0x165E28) is known color: Crusoe. HEX triplet: 16, 5E and 28. RGB value is (22,94,40). Sum of RGB (Red+Green+Blue) = 22+94+40=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 94 (37.11% from 255 or 60.26% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 94 - color contains mainly: green. Hex color #165E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E28 is #E9A1D7. Grayscale: #424242. Windows color (decimal): -15311320 or 2645526. OLE color: 2645526.

HSL color Cylindrical-coordinate representation of color #165E28: hue angle of 135º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E28 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 94 40 -
CMYK 0.77 0 0.57 0.63
HSL 135º 0.62% 0.23% -
HSV(B) 135º 0.77% 0.37% -
XYZ 4.72 8.33 3.37 -
YUV 66.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 22 94 40 0.77 0 0.57 0.63 135 0.62 0.23
Hex 16 5E 28 4D 0 39 3F 87 3E 17
Octal 26 136 50 115 0 71 77 207 76 27
Binary 10110 1011110 101000 1001101 0 111001 111111 10000111 111110 10111

Color Harmonies of #165E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E28

Black with #165E28

Text Example


Text Example

White with #165E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165E28; }

 p { color: rgb(22,94,40); }

 H1.HeaderClassName
 {
   color: #165E28;
 }
 .AnyTagClassName
 {
   color: #165E28;
 }
</style>

background-color css

<style>
 a { background-color: #165E28; }

 a { background-color: rgb(22,94,40); }

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

border-color css

<style>
 span { border-color: #165E28; }

 span { border-color: rgb(22,94,40); }

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