Html Css Color HEX #165028 Crusoe

📋 copy color: '#165028'

red 22 ◦ green 80 ◦ blue 40

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

Shades of Crusoe #165028

Tints of Crusoe #165028

RGB

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

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

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

R = 15.49%
G = 56.34%
B = 28.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#165028 (or 0x165028) is known color: Crusoe. HEX triplet: 16, 50 and 28. RGB value is (22,80,40). Sum of RGB (Red+Green+Blue) = 22+80+40=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #165028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165028 is #E9AFD7. Grayscale: #3A3A3A. Windows color (decimal): -15314904 or 2641942. OLE color: 2641942.

HSL color Cylindrical-coordinate representation of color #165028: hue angle of 138.62º 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 #165028 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 40 -
CMYK 0.72 0 0.5 0.69
HSL 138.62º 0.57% 0.2% -
HSV(B) 138.62º 0.73% 0.31% -
XYZ 3.58 6.06 2.99 -
YUV 58.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 22 80 40 0.72 0 0.5 0.69 138.62 0.57 0.2
Hex 16 50 28 48 0 32 45 8B 39 14
Octal 26 120 50 110 0 62 105 213 71 24
Binary 10110 1010000 101000 1001000 0 110010 1000101 10001011 111001 10100

Color Harmonies of #165028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165028

Black with #165028

Text Example


Text Example

White with #165028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165028; }

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

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

background-color css

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

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

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

border-color css

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

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

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