Html Css Color HEX #165830 Crusoe

📋 copy color: '#165830'

red 22 ◦ green 88 ◦ blue 48

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

Shades of Crusoe #165830

Tints of Crusoe #165830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 13.92%
G = 55.7%
B = 30.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#165830 (or 0x165830) is known color: Crusoe. HEX triplet: 16, 58 and 30. RGB value is (22,88,48). Sum of RGB (Red+Green+Blue) = 22+88+48=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #165830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165830 is #E9A7CF. Grayscale: #3F3F3F. Windows color (decimal): -15312848 or 3168278. OLE color: 3168278.

HSL color Cylindrical-coordinate representation of color #165830: hue angle of 143.64º 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 #165830 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 88 48 -
CMYK 0.75 0 0.45 0.65
HSL 143.64º 0.6% 0.22% -
HSV(B) 143.64º 0.75% 0.35% -
XYZ 4.35 7.36 3.99 -
YUV 63.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 22 88 48 0.75 0 0.45 0.65 143.64 0.6 0.22
Hex 16 58 30 4B 0 2D 41 90 3C 16
Octal 26 130 60 113 0 55 101 220 74 26
Binary 10110 1011000 110000 1001011 0 101101 1000001 10010000 111100 10110

Color Harmonies of #165830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165830

Black with #165830

Text Example


Text Example

White with #165830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165830; }

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

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

background-color css

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

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

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

border-color css

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

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

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