Html Css Color HEX #165228 Crusoe

📋 copy color: '#165228'

red 22 ◦ green 82 ◦ blue 40

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

Shades of Crusoe #165228

Tints of Crusoe #165228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.94%

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

R = 15.28%
G = 56.94%
B = 27.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#165228 (or 0x165228) is known color: Crusoe. HEX triplet: 16, 52 and 28. RGB value is (22,82,40). Sum of RGB (Red+Green+Blue) = 22+82+40=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #165228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165228 is #E9ADD7. Grayscale: #3B3B3B. Windows color (decimal): -15314392 or 2642454. OLE color: 2642454.

HSL color Cylindrical-coordinate representation of color #165228: hue angle of 138º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165228 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 82 40 -
CMYK 0.73 0 0.51 0.68
HSL 138º 0.58% 0.2% -
HSV(B) 138º 0.73% 0.32% -
XYZ 3.73 6.36 3.04 -
YUV 59.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 22 82 40 0.73 0 0.51 0.68 138 0.58 0.2
Hex 16 52 28 49 0 33 44 8A 3A 14
Octal 26 122 50 111 0 63 104 212 72 24
Binary 10110 1010010 101000 1001001 0 110011 1000100 10001010 111010 10100

Color Harmonies of #165228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165228

Black with #165228

Text Example


Text Example

White with #165228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165228; }

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

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

background-color css

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

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

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

border-color css

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

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

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