Html Css Color HEX #165626 Crusoe

📋 copy color: '#165626'

red 22 ◦ green 86 ◦ blue 38

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

Shades of Crusoe #165626

Tints of Crusoe #165626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 58.9%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 15.07%
G = 58.9%
B = 26.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#165626 (or 0x165626) is known color: Crusoe. HEX triplet: 16, 56 and 26. RGB value is (22,86,38). Sum of RGB (Red+Green+Blue) = 22+86+38=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #165626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165626 is #E9A9D9. Grayscale: #3D3D3D. Windows color (decimal): -15313370 or 2512406. OLE color: 2512406.

HSL color Cylindrical-coordinate representation of color #165626: hue angle of 135º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165626 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 86 38 -
CMYK 0.74 0 0.56 0.66
HSL 135º 0.59% 0.21% -
HSV(B) 135º 0.74% 0.34% -
XYZ 4.01 6.97 2.97 -
YUV 61.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 22 86 38 0.74 0 0.56 0.66 135 0.59 0.21
Hex 16 56 26 4A 0 38 42 87 3B 15
Octal 26 126 46 112 0 70 102 207 73 25
Binary 10110 1010110 100110 1001010 0 111000 1000010 10000111 111011 10101

Color Harmonies of #165626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165626

Black with #165626

Text Example


Text Example

White with #165626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165626; }

 p { color: rgb(22,86,38); }

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

background-color css

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

 a { background-color: rgb(22,86,38); }

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

border-color css

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

 span { border-color: rgb(22,86,38); }

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