Html Css Color HEX #165026 Crusoe

📋 copy color: '#165026'

red 22 ◦ green 80 ◦ blue 38

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

Shades of Crusoe #165026

Tints of Crusoe #165026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 15.71%
G = 57.14%
B = 27.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#165026 (or 0x165026) is known color: Crusoe. HEX triplet: 16, 50 and 26. RGB value is (22,80,38). Sum of RGB (Red+Green+Blue) = 22+80+38=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #165026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165026 is #E9AFD9. Grayscale: #393939. Windows color (decimal): -15314906 or 2510870. OLE color: 2510870.

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

Color convert

RGB 22 80 38 -
CMYK 0.72 0 0.52 0.69
HSL 136.55º 0.57% 0.2% -
HSV(B) 136.55º 0.73% 0.31% -
XYZ 3.55 6.05 2.81 -
YUV 57.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 22 80 38 0.72 0 0.52 0.69 136.55 0.57 0.2
Hex 16 50 26 48 0 34 45 89 39 14
Octal 26 120 46 110 0 64 105 211 71 24
Binary 10110 1010000 100110 1001000 0 110100 1000101 10001001 111001 10100

Color Harmonies of #165026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165026

Black with #165026

Text Example


Text Example

White with #165026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165026; }

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

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

background-color css

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

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

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

border-color css

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

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

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