Html Css Color HEX #165021 Crusoe

📋 copy color: '#165021'

red 22 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #165021

Tints of Crusoe #165021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 59.26%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 16.3%
G = 59.26%
B = 24.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#165021 (or 0x165021) is known color: Crusoe. HEX triplet: 16, 50 and 21. RGB value is (22,80,33). Sum of RGB (Red+Green+Blue) = 22+80+33=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #165021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165021 is #E9AFDE. Grayscale: #393939. Windows color (decimal): -15314911 or 2183190. OLE color: 2183190.

HSL color Cylindrical-coordinate representation of color #165021: hue angle of 131.38º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165021 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 33 -
CMYK 0.72 0 0.59 0.69
HSL 131.38º 0.57% 0.2% -
HSV(B) 131.38º 0.73% 0.31% -
XYZ 3.47 6.02 2.42 -
YUV 57.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 22 80 33 0.72 0 0.59 0.69 131.38 0.57 0.2
Hex 16 50 21 48 0 3B 45 83 39 14
Octal 26 120 41 110 0 73 105 203 71 24
Binary 10110 1010000 100001 1001000 0 111011 1000101 10000011 111001 10100

Color Harmonies of #165021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165021

Black with #165021

Text Example


Text Example

White with #165021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165021; }

 p { color: rgb(22,80,33); }

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

background-color css

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

 a { background-color: rgb(22,80,33); }

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

border-color css

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

 span { border-color: rgb(22,80,33); }

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