#00752C

Color #00752C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #00752C

Tints of Crusoe #00752C

Color information

#00752C (or 0x00752C) is unknown color: approx Crusoe. HEX triplet: 00, 75 and 2C. RGB value is (0,117,44). Sum of RGB (Red+Green+Blue) = 0+117+44=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #00752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00752C is #FF8AD3. Grayscale: #494949. Windows color (decimal): -16747220 or 2913536. OLE color: 2913536.

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

Color convert

RGB011744-
CMYK100.620.54
HSL142.56º100%22.94%-
HSV(B)142.56º100%45.88%-
XYZ6.8212.94.51-
YUV73.7111.2475.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 72.67%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=0%
G=72.67%
B=27.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011744100.620.54142.5610022.94
Hex0752C6403E368f6417
Octal0165541440766621714427
Binary011101011011001100100011111011011010001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00752C; }

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

 H1.HeaderClassName
 {
   color: #00752C;
 }
 .AnyTagClassName
 {
   color: #00752C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00752C;
 }
 .BgClassName
 {
   background-color: #00752C;
 }
</style>
border-color css

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

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

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