Html Css Color HEX #056820 Crusoe

📋 copy color: '#056820'

red 5 ◦ green 104 ◦ blue 32

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

Shades of Crusoe #056820

Tints of Crusoe #056820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 3.55%
G = 73.76%
B = 22.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#056820 (or 0x056820) is known color: Crusoe. HEX triplet: 05, 68 and 20. RGB value is (5,104,32). Sum of RGB (Red+Green+Blue) = 5+104+32=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #056820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056820 is #FA97DF. Grayscale: #424242. Windows color (decimal): -16422880 or 2123781. OLE color: 2123781.

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

Color convert

RGB 5 104 32 -
CMYK 0.95 0 0.69 0.59
HSL 136.36º 0.91% 0.21% -
HSV(B) 136.36º 0.95% 0.41% -
XYZ 5.27 10.04 3.03 -
YUV 66.19 108.7 84.35 -
System Red Green Blue C M Y K H S L
Decimal 5 104 32 0.95 0 0.69 0.59 136.36 0.91 0.21
Hex 5 68 20 5F 0 45 3B 88 5B 15
Octal 5 150 40 137 0 105 73 210 133 25
Binary 101 1101000 100000 1011111 0 1000101 111011 10001000 1011011 10101

Color Harmonies of #056820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056820

Black with #056820

Text Example


Text Example

White with #056820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056820; }

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

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

background-color css

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

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

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

border-color css

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

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

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