Html Css Color HEX #165F30 Crusoe

📋 copy color: '#165F30'

red 22 ◦ green 95 ◦ blue 48

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

Shades of Crusoe #165F30

Tints of Crusoe #165F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.58%

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

R = 13.33%
G = 57.58%
B = 29.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#165F30 (or 0x165F30) is known color: Crusoe. HEX triplet: 16, 5F and 30. RGB value is (22,95,48). Sum of RGB (Red+Green+Blue) = 22+95+48=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #165F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F30 is #E9A0CF. Grayscale: #434343. Windows color (decimal): -15311056 or 3170070. OLE color: 3170070.

HSL color Cylindrical-coordinate representation of color #165F30: hue angle of 141.37º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F30 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 95 48 -
CMYK 0.77 0 0.49 0.63
HSL 141.37º 0.62% 0.23% -
HSV(B) 141.37º 0.77% 0.37% -
XYZ 4.96 8.57 4.19 -
YUV 67.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 22 95 48 0.77 0 0.49 0.63 141.37 0.62 0.23
Hex 16 5F 30 4D 0 31 3F 8D 3E 17
Octal 26 137 60 115 0 61 77 215 76 27
Binary 10110 1011111 110000 1001101 0 110001 111111 10001101 111110 10111

Color Harmonies of #165F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165F30

Black with #165F30

Text Example


Text Example

White with #165F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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