Html Css Color HEX #156630 Crusoe

📋 copy color: '#156630'

red 21 ◦ green 102 ◦ blue 48

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

Shades of Crusoe #156630

Tints of Crusoe #156630

RGB

 RED value IS 21 (8.59% from 255) = 12.28%

 GREEN value IS 102 (40.23% from 255) = 59.65%

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

R = 12.28%
G = 59.65%
B = 28.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#156630 (or 0x156630) is known color: Crusoe. HEX triplet: 15, 66 and 30. RGB value is (21,102,48). Sum of RGB (Red+Green+Blue) = 21+102+48=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #156630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156630 is #EA99CF. Grayscale: #474747. Windows color (decimal): -15374800 or 3171861. OLE color: 3171861.

HSL color Cylindrical-coordinate representation of color #156630: hue angle of 140º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156630 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 102 48 -
CMYK 0.79 0 0.53 0.6
HSL 140º 0.66% 0.24% -
HSV(B) 140º 0.79% 0.4% -
XYZ 5.59 9.88 4.41 -
YUV 71.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 21 102 48 0.79 0 0.53 0.6 140 0.66 0.24
Hex 15 66 30 4F 0 35 3C 8C 42 18
Octal 25 146 60 117 0 65 74 214 102 30
Binary 10101 1100110 110000 1001111 0 110101 111100 10001100 1000010 11000

Color Harmonies of #156630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156630

Black with #156630

Text Example


Text Example

White with #156630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156630; }

 p { color: rgb(21,102,48); }

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

background-color css

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

 a { background-color: rgb(21,102,48); }

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

border-color css

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

 span { border-color: rgb(21,102,48); }

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