Html Css Color HEX #007529 Crusoe

📋 copy color: '#007529'

red 0 ◦ green 117 ◦ blue 41

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

Shades of Crusoe #007529

Tints of Crusoe #007529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 0%
G = 74.05%
B = 25.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#007529 (or 0x007529) is known color: Crusoe. HEX triplet: 00, 75 and 29. RGB value is (0,117,41). Sum of RGB (Red+Green+Blue) = 0+117+41=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #007529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007529 is #FF8AD6. Grayscale: #494949. Windows color (decimal): -16747223 or 2716928. OLE color: 2716928.

HSL color Cylindrical-coordinate representation of color #007529: hue angle of 141.03º 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 #007529 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 41 -
CMYK 1 0 0.65 0.54
HSL 141.03º 1% 0.23% -
HSV(B) 141.03º 1% 0.46% -
XYZ 6.76 12.88 4.23 -
YUV 73.35 109.74 75.68 -
System Red Green Blue C M Y K H S L
Decimal 0 117 41 1 0 0.65 0.54 141.03 1 0.23
Hex 0 75 29 64 0 41 36 8D 64 17
Octal 0 165 51 144 0 101 66 215 144 27
Binary 0 1110101 101001 1100100 0 1000001 110110 10001101 1100100 10111

Color Harmonies of #007529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007529

Black with #007529

Text Example


Text Example

White with #007529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007529; }

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

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

background-color css

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

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

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

border-color css

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

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

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