Html Css Color HEX #165227 Crusoe

📋 copy color: '#165227'

red 22 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #165227

Tints of Crusoe #165227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 15.38%
G = 57.34%
B = 27.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#165227 (or 0x165227) is known color: Crusoe. HEX triplet: 16, 52 and 27. RGB value is (22,82,39). Sum of RGB (Red+Green+Blue) = 22+82+39=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #165227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165227 is #E9ADD8. Grayscale: #3B3B3B. Windows color (decimal): -15314393 or 2576918. OLE color: 2576918.

HSL color Cylindrical-coordinate representation of color #165227: hue angle of 137º 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 #165227 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 82 39 -
CMYK 0.73 0 0.52 0.68
HSL 137º 0.58% 0.2% -
HSV(B) 137º 0.73% 0.32% -
XYZ 3.71 6.35 2.95 -
YUV 59.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 22 82 39 0.73 0 0.52 0.68 137 0.58 0.2
Hex 16 52 27 49 0 34 44 89 3A 14
Octal 26 122 47 111 0 64 104 211 72 24
Binary 10110 1010010 100111 1001001 0 110100 1000100 10001001 111010 10100

Color Harmonies of #165227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165227

Black with #165227

Text Example


Text Example

White with #165227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165227; }

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

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

background-color css

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

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

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

border-color css

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

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

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