Html Css Color HEX #165835 Crusoe

📋 copy color: '#165835'

red 22 ◦ green 88 ◦ blue 53

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

Shades of Crusoe #165835

Tints of Crusoe #165835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 13.5%
G = 53.99%
B = 32.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#165835 (or 0x165835) is known color: Crusoe. HEX triplet: 16, 58 and 35. RGB value is (22,88,53). Sum of RGB (Red+Green+Blue) = 22+88+53=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #165835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165835 is #E9A7CA. Grayscale: #404040. Windows color (decimal): -15312843 or 3495958. OLE color: 3495958.

HSL color Cylindrical-coordinate representation of color #165835: hue angle of 148.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165835 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 88 53 -
CMYK 0.75 0 0.40 0.65
HSL 148.18º 0.6% 0.22% -
HSV(B) 148.18º 0.75% 0.35% -
XYZ 4.46 7.41 4.56 -
YUV 64.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 22 88 53 0.75 0 0.40 0.65 148.18 0.6 0.22
Hex 16 58 35 4B 0 28 41 94 3C 16
Octal 26 130 65 113 0 50 101 224 74 26
Binary 10110 1011000 110101 1001011 0 101000 1000001 10010100 111100 10110

Color Harmonies of #165835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165835

Black with #165835

Text Example


Text Example

White with #165835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165835; }

 p { color: rgb(22,88,53); }

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

background-color css

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

 a { background-color: rgb(22,88,53); }

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

border-color css

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

 span { border-color: rgb(22,88,53); }

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