Html Css Color HEX #056019 Crusoe

📋 copy color: '#056019'

red 5 ◦ green 96 ◦ blue 25

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

Shades of Crusoe #056019

Tints of Crusoe #056019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 3.97%
G = 76.19%
B = 19.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#056019 (or 0x056019) is known color: Crusoe. HEX triplet: 05, 60 and 19. RGB value is (5,96,25). Sum of RGB (Red+Green+Blue) = 5+96+25=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #056019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056019 is #FA9FE6. Grayscale: #3C3C3C. Windows color (decimal): -16424935 or 1662981. OLE color: 1662981.

HSL color Cylindrical-coordinate representation of color #056019: hue angle of 133.19º 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 #056019 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 25 -
CMYK 0.95 0 0.74 0.62
HSL 133.19º 0.9% 0.2% -
HSV(B) 133.19º 0.95% 0.38% -
XYZ 4.42 8.47 2.32 -
YUV 60.7 107.85 88.27 -
System Red Green Blue C M Y K H S L
Decimal 5 96 25 0.95 0 0.74 0.62 133.19 0.9 0.2
Hex 5 60 19 5F 0 4A 3E 85 5A 14
Octal 5 140 31 137 0 112 76 205 132 24
Binary 101 1100000 11001 1011111 0 1001010 111110 10000101 1011010 10100

Color Harmonies of #056019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056019

Black with #056019

Text Example


Text Example

White with #056019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056019; }

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

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

background-color css

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

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

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

border-color css

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

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

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