Html Css Color HEX #056518 Crusoe

📋 copy color: '#056518'

red 5 ◦ green 101 ◦ blue 24

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

Shades of Crusoe #056518

Tints of Crusoe #056518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 77.69%

 BLUE value IS 24 (9.77% from 255) = 18.46%

R = 3.85%
G = 77.69%
B = 18.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#056518 (or 0x056518) is known color: Crusoe. HEX triplet: 05, 65 and 18. RGB value is (5,101,24). Sum of RGB (Red+Green+Blue) = 5+101+24=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 101 (39.84% from 255 or 77.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 101 - color contains mainly: green. Hex color #056518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056518 is #FA9AE7. Grayscale: #3F3F3F. Windows color (decimal): -16423656 or 1598725. OLE color: 1598725.

HSL color Cylindrical-coordinate representation of color #056518: hue angle of 131.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056518 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 24 -
CMYK 0.95 0 0.76 0.60
HSL 131.88º 0.91% 0.21% -
HSV(B) 131.88º 0.95% 0.4% -
XYZ 4.88 9.41 2.42 -
YUV 63.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 5 101 24 0.95 0 0.76 0.60 131.88 0.91 0.21
Hex 5 65 18 5F 0 4C 3C 84 5B 15
Octal 5 145 30 137 0 114 74 204 133 25
Binary 101 1100101 11000 1011111 0 1001100 111100 10000100 1011011 10101

Color Harmonies of #056518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056518

Black with #056518

Text Example


Text Example

White with #056518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056518; }

 p { color: rgb(5,101,24); }

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

background-color css

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

 a { background-color: rgb(5,101,24); }

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

border-color css

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

 span { border-color: rgb(5,101,24); }

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