Html Css Color HEX #056720 Crusoe

📋 copy color: '#056720'

red 5 ◦ green 103 ◦ blue 32

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

Shades of Crusoe #056720

Tints of Crusoe #056720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 73.57%

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

R = 3.57%
G = 73.57%
B = 22.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#056720 (or 0x056720) is known color: Crusoe. HEX triplet: 05, 67 and 20. RGB value is (5,103,32). Sum of RGB (Red+Green+Blue) = 5+103+32=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #056720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056720 is #FA98DF. Grayscale: #414141. Windows color (decimal): -16423136 or 2123525. OLE color: 2123525.

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

Color convert

RGB 5 103 32 -
CMYK 0.95 0 0.69 0.60
HSL 136.53º 0.91% 0.21% -
HSV(B) 136.53º 0.95% 0.4% -
XYZ 5.17 9.84 2.99 -
YUV 65.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 5 103 32 0.95 0 0.69 0.60 136.53 0.91 0.21
Hex 5 67 20 5F 0 45 3C 89 5B 15
Octal 5 147 40 137 0 105 74 211 133 25
Binary 101 1100111 100000 1011111 0 1000101 111100 10001001 1011011 10101

Color Harmonies of #056720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056720

Black with #056720

Text Example


Text Example

White with #056720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056720; }

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

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

background-color css

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

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

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

border-color css

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

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

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