Html Css Color HEX #15612F Crusoe

📋 copy color: '#15612F'

red 21 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #15612F

Tints of Crusoe #15612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.79%

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 12.73%
G = 58.79%
B = 28.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#15612F (or 0x15612F) is known color: Crusoe. HEX triplet: 15, 61 and 2F. RGB value is (21,97,47). Sum of RGB (Red+Green+Blue) = 21+97+47=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #15612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15612F is #EA9ED0. Grayscale: #444444. Windows color (decimal): -15376081 or 3105045. OLE color: 3105045.

HSL color Cylindrical-coordinate representation of color #15612F: hue angle of 140.53º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15612F is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 97 47 -
CMYK 0.78 0 0.52 0.62
HSL 140.53º 0.64% 0.23% -
HSV(B) 140.53º 0.78% 0.38% -
XYZ 5.1 8.91 4.14 -
YUV 68.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 21 97 47 0.78 0 0.52 0.62 140.53 0.64 0.23
Hex 15 61 2F 4E 0 34 3E 8D 40 17
Octal 25 141 57 116 0 64 76 215 100 27
Binary 10101 1100001 101111 1001110 0 110100 111110 10001101 1000000 10111

Color Harmonies of #15612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15612F

Black with #15612F

Text Example


Text Example

White with #15612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15612F; }

 p { color: rgb(21,97,47); }

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

background-color css

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

 a { background-color: rgb(21,97,47); }

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

border-color css

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

 span { border-color: rgb(21,97,47); }

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