Html Css Color HEX #04752D Crusoe

📋 copy color: '#04752D'

red 4 ◦ green 117 ◦ blue 45

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

Shades of Crusoe #04752D

Tints of Crusoe #04752D

RGB

 RED value IS 4 (1.95% from 255) = 2.41%

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

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 2.41%
G = 70.48%
B = 27.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#04752D (or 0x04752D) is known color: Crusoe. HEX triplet: 04, 75 and 2D. RGB value is (4,117,45). Sum of RGB (Red+Green+Blue) = 4+117+45=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #04752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04752D is #FB8AD2. Grayscale: #4B4B4B. Windows color (decimal): -16485075 or 2979076. OLE color: 2979076.

HSL color Cylindrical-coordinate representation of color #04752D: hue angle of 141.77º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04752D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 45 -
CMYK 0.97 0 0.62 0.54
HSL 141.77º 0.93% 0.24% -
HSV(B) 141.77º 0.97% 0.46% -
XYZ 6.89 12.94 4.62 -
YUV 75.01 111.06 77.35 -
System Red Green Blue C M Y K H S L
Decimal 4 117 45 0.97 0 0.62 0.54 141.77 0.93 0.24
Hex 4 75 2D 61 0 3E 36 8E 5D 18
Octal 4 165 55 141 0 76 66 216 135 30
Binary 100 1110101 101101 1100001 0 111110 110110 10001110 1011101 11000

Color Harmonies of #04752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04752D

Black with #04752D

Text Example


Text Example

White with #04752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04752D; }

 p { color: rgb(4,117,45); }

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

background-color css

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

 a { background-color: rgb(4,117,45); }

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

border-color css

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

 span { border-color: rgb(4,117,45); }

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