Html Css Color HEX #007520 Crusoe

📋 copy color: '#007520'

red 0 ◦ green 117 ◦ blue 32

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

Shades of Crusoe #007520

Tints of Crusoe #007520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 78.52%

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

R = 0%
G = 78.52%
B = 21.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#007520 (or 0x007520) is known color: Crusoe. HEX triplet: 00, 75 and 20. RGB value is (0,117,32). Sum of RGB (Red+Green+Blue) = 0+117+32=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #007520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007520 is #FF8ADF. Grayscale: #484848. Windows color (decimal): -16747232 or 2127104. OLE color: 2127104.

HSL color Cylindrical-coordinate representation of color #007520: hue angle of 136.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007520 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 32 -
CMYK 1 0 0.73 0.54
HSL 136.41º 1% 0.23% -
HSV(B) 136.41º 1% 0.46% -
XYZ 6.62 12.83 3.49 -
YUV 72.33 105.24 76.41 -
System Red Green Blue C M Y K H S L
Decimal 0 117 32 1 0 0.73 0.54 136.41 1 0.23
Hex 0 75 20 64 0 49 36 88 64 17
Octal 0 165 40 144 0 111 66 210 144 27
Binary 0 1110101 100000 1100100 0 1001001 110110 10001000 1100100 10111

Color Harmonies of #007520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007520

Black with #007520

Text Example


Text Example

White with #007520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007520; }

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

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

background-color css

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

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

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

border-color css

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

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

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