Html Css Color HEX #056015 Crusoe

📋 copy color: '#056015'

red 5 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #056015

Tints of Crusoe #056015

RGB

 RED value IS 5 (2.34% from 255) = 4.1%

 GREEN value IS 96 (37.89% from 255) = 78.69%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 4.1%
G = 78.69%
B = 17.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#056015 (or 0x056015) is known color: Crusoe. HEX triplet: 05, 60 and 15. RGB value is (5,96,21). Sum of RGB (Red+Green+Blue) = 5+96+21=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #056015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056015 is #FA9FEA. Grayscale: #3C3C3C. Windows color (decimal): -16424939 or 1400837. OLE color: 1400837.

HSL color Cylindrical-coordinate representation of color #056015: hue angle of 130.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056015 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 21 -
CMYK 0.95 0 0.78 0.62
HSL 130.55º 0.9% 0.2% -
HSV(B) 130.55º 0.95% 0.38% -
XYZ 4.38 8.45 2.11 -
YUV 60.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 5 96 21 0.95 0 0.78 0.62 130.55 0.9 0.2
Hex 5 60 15 5F 0 4E 3E 83 5A 14
Octal 5 140 25 137 0 116 76 203 132 24
Binary 101 1100000 10101 1011111 0 1001110 111110 10000011 1011010 10100

Color Harmonies of #056015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056015

Black with #056015

Text Example


Text Example

White with #056015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056015; }

 p { color: rgb(5,96,21); }

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

background-color css

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

 a { background-color: rgb(5,96,21); }

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

border-color css

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

 span { border-color: rgb(5,96,21); }

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