Html Css Color HEX #007220 Crusoe

📋 copy color: '#007220'

red 0 ◦ green 114 ◦ blue 32

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

Shades of Crusoe #007220

Tints of Crusoe #007220

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 114 (44.92% from 255) = 78.08%

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

R = 0%
G = 78.08%
B = 21.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#007220 (or 0x007220) is known color: Crusoe. HEX triplet: 00, 72 and 20. RGB value is (0,114,32). Sum of RGB (Red+Green+Blue) = 0+114+32=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #007220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007220 is #FF8DDF. Grayscale: #464646. Windows color (decimal): -16748000 or 2126336. OLE color: 2126336.

HSL color Cylindrical-coordinate representation of color #007220: hue angle of 136.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007220 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 32 -
CMYK 1 0 0.72 0.55
HSL 136.84º 1% 0.22% -
HSV(B) 136.84º 1% 0.45% -
XYZ 6.28 12.14 3.38 -
YUV 70.57 106.23 77.67 -
System Red Green Blue C M Y K H S L
Decimal 0 114 32 1 0 0.72 0.55 136.84 1 0.22
Hex 0 72 20 64 0 48 37 89 64 16
Octal 0 162 40 144 0 110 67 211 144 26
Binary 0 1110010 100000 1100100 0 1001000 110111 10001001 1100100 10110

Color Harmonies of #007220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007220

Black with #007220

Text Example


Text Example

White with #007220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007220; }

 p { color: rgb(0,114,32); }

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

background-color css

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

 a { background-color: rgb(0,114,32); }

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

border-color css

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

 span { border-color: rgb(0,114,32); }

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