Html Css Color HEX #165F37 Crusoe

📋 copy color: '#165F37'

red 22 ◦ green 95 ◦ blue 55

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

Shades of Crusoe #165F37

Tints of Crusoe #165F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 55.23%

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 12.79%
G = 55.23%
B = 31.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#165F37 (or 0x165F37) is known color: Crusoe. HEX triplet: 16, 5F and 37. RGB value is (22,95,55). Sum of RGB (Red+Green+Blue) = 22+95+55=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #165F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F37 is #E9A0C8. Grayscale: #444444. Windows color (decimal): -15311049 or 3628822. OLE color: 3628822.

HSL color Cylindrical-coordinate representation of color #165F37: hue angle of 147.12º 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 #165F37 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 95 55 -
CMYK 0.77 0 0.42 0.63
HSL 147.12º 0.62% 0.23% -
HSV(B) 147.12º 0.77% 0.37% -
XYZ 5.11 8.63 5.01 -
YUV 68.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 22 95 55 0.77 0 0.42 0.63 147.12 0.62 0.23
Hex 16 5F 37 4D 0 2A 3F 93 3E 17
Octal 26 137 67 115 0 52 77 223 76 27
Binary 10110 1011111 110111 1001101 0 101010 111111 10010011 111110 10111

Color Harmonies of #165F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165F37

Black with #165F37

Text Example


Text Example

White with #165F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,95,55); }

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

background-color css

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

 a { background-color: rgb(22,95,55); }

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

border-color css

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

 span { border-color: rgb(22,95,55); }

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