Html Css Color HEX #056417 Crusoe

📋 copy color: '#056417'

red 5 ◦ green 100 ◦ blue 23

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

Shades of Crusoe #056417

Tints of Crusoe #056417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 78.13%

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 3.91%
G = 78.13%
B = 17.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#056417 (or 0x056417) is known color: Crusoe. HEX triplet: 05, 64 and 17. RGB value is (5,100,23). Sum of RGB (Red+Green+Blue) = 5+100+23=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 100 (39.45% from 255 or 78.12% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 100 - color contains mainly: green. Hex color #056417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056417 is #FA9BE8. Grayscale: #3F3F3F. Windows color (decimal): -16423913 or 1532933. OLE color: 1532933.

HSL color Cylindrical-coordinate representation of color #056417: hue angle of 131.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056417 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 23 -
CMYK 0.95 0 0.77 0.61
HSL 131.37º 0.9% 0.21% -
HSV(B) 131.37º 0.95% 0.39% -
XYZ 4.77 9.21 2.34 -
YUV 62.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 5 100 23 0.95 0 0.77 0.61 131.37 0.9 0.21
Hex 5 64 17 5F 0 4D 3D 83 5A 15
Octal 5 144 27 137 0 115 75 203 132 25
Binary 101 1100100 10111 1011111 0 1001101 111101 10000011 1011010 10101

Color Harmonies of #056417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056417

Black with #056417

Text Example


Text Example

White with #056417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056417; }

 p { color: rgb(5,100,23); }

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

background-color css

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

 a { background-color: rgb(5,100,23); }

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

border-color css

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

 span { border-color: rgb(5,100,23); }

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