Html Css Color HEX #056119 Crusoe

📋 copy color: '#056119'

red 5 ◦ green 97 ◦ blue 25

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

Shades of Crusoe #056119

Tints of Crusoe #056119

RGB

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

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

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

R = 3.94%
G = 76.38%
B = 19.69%

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

#056119 (or 0x056119) is known color: Crusoe. HEX triplet: 05, 61 and 19. RGB value is (5,97,25). Sum of RGB (Red+Green+Blue) = 5+97+25=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #056119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056119 is #FA9EE6. Grayscale: #3D3D3D. Windows color (decimal): -16424679 or 1663237. OLE color: 1663237.

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

Color convert

RGB 5 97 25 -
CMYK 0.95 0 0.74 0.62
HSL 133.04º 0.9% 0.2% -
HSV(B) 133.04º 0.95% 0.38% -
XYZ 4.51 8.65 2.35 -
YUV 61.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 5 97 25 0.95 0 0.74 0.62 133.04 0.9 0.2
Hex 5 61 19 5F 0 4A 3E 85 5A 14
Octal 5 141 31 137 0 112 76 205 132 24
Binary 101 1100001 11001 1011111 0 1001010 111110 10000101 1011010 10100

Color Harmonies of #056119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056119

Black with #056119

Text Example


Text Example

White with #056119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056119; }

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

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

background-color css

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

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

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

border-color css

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

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

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