Html Css Color HEX #165330 Crusoe

📋 copy color: '#165330'

red 22 ◦ green 83 ◦ blue 48

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

Shades of Crusoe #165330

Tints of Crusoe #165330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 14.38%
G = 54.25%
B = 31.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#165330 (or 0x165330) is known color: Crusoe. HEX triplet: 16, 53 and 30. RGB value is (22,83,48). Sum of RGB (Red+Green+Blue) = 22+83+48=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #165330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165330 is #E9ACCF. Grayscale: #3C3C3C. Windows color (decimal): -15314128 or 3166998. OLE color: 3166998.

HSL color Cylindrical-coordinate representation of color #165330: hue angle of 145.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165330 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 83 48 -
CMYK 0.73 0 0.42 0.67
HSL 145.57º 0.58% 0.21% -
HSV(B) 145.57º 0.73% 0.33% -
XYZ 3.96 6.57 3.86 -
YUV 60.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 22 83 48 0.73 0 0.42 0.67 145.57 0.58 0.21
Hex 16 53 30 49 0 2A 43 92 3A 15
Octal 26 123 60 111 0 52 103 222 72 25
Binary 10110 1010011 110000 1001001 0 101010 1000011 10010010 111010 10101

Color Harmonies of #165330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165330

Black with #165330

Text Example


Text Example

White with #165330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165330; }

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

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

background-color css

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

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

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

border-color css

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

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

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