Html Css Color HEX #165127 Crusoe

📋 copy color: '#165127'

red 22 ◦ green 81 ◦ blue 39

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

Shades of Crusoe #165127

Tints of Crusoe #165127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.04%

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

R = 15.49%
G = 57.04%
B = 27.46%

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

#165127 (or 0x165127) is known color: Crusoe. HEX triplet: 16, 51 and 27. RGB value is (22,81,39). Sum of RGB (Red+Green+Blue) = 22+81+39=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #165127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165127 is #E9AED8. Grayscale: #3A3A3A. Windows color (decimal): -15314649 or 2576662. OLE color: 2576662.

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

Color convert

RGB 22 81 39 -
CMYK 0.73 0 0.52 0.68
HSL 137.29º 0.57% 0.2% -
HSV(B) 137.29º 0.73% 0.32% -
XYZ 3.64 6.2 2.92 -
YUV 58.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 22 81 39 0.73 0 0.52 0.68 137.29 0.57 0.2
Hex 16 51 27 49 0 34 44 89 39 14
Octal 26 121 47 111 0 64 104 211 71 24
Binary 10110 1010001 100111 1001001 0 110100 1000100 10001001 111001 10100

Color Harmonies of #165127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165127

Black with #165127

Text Example


Text Example

White with #165127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165127; }

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

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

background-color css

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

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

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

border-color css

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

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

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