Html Css Color HEX #056818 Crusoe

📋 copy color: '#056818'

red 5 ◦ green 104 ◦ blue 24

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

Shades of Crusoe #056818

Tints of Crusoe #056818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 78.2%

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

R = 3.76%
G = 78.2%
B = 18.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#056818 (or 0x056818) is known color: Crusoe. HEX triplet: 05, 68 and 18. RGB value is (5,104,24). Sum of RGB (Red+Green+Blue) = 5+104+24=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #056818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056818 is #FA97E7. Grayscale: #414141. Windows color (decimal): -16422888 or 1599493. OLE color: 1599493.

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

Color convert

RGB 5 104 24 -
CMYK 0.95 0 0.77 0.59
HSL 131.52º 0.91% 0.21% -
HSV(B) 131.52º 0.95% 0.41% -
XYZ 5.18 10 2.52 -
YUV 65.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 5 104 24 0.95 0 0.77 0.59 131.52 0.91 0.21
Hex 5 68 18 5F 0 4D 3B 84 5B 15
Octal 5 150 30 137 0 115 73 204 133 25
Binary 101 1101000 11000 1011111 0 1001101 111011 10000100 1011011 10101

Color Harmonies of #056818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056818

Black with #056818

Text Example


Text Example

White with #056818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056818; }

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

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

background-color css

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

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

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

border-color css

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

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

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