Html Css Color HEX #04752A Crusoe

📋 copy color: '#04752A'

red 4 ◦ green 117 ◦ blue 42

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

Shades of Crusoe #04752A

Tints of Crusoe #04752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 2.45%
G = 71.78%
B = 25.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#04752A (or 0x04752A) is known color: Crusoe. HEX triplet: 04, 75 and 2A. RGB value is (4,117,42). Sum of RGB (Red+Green+Blue) = 4+117+42=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #04752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04752A is #FB8AD5. Grayscale: #4A4A4A. Windows color (decimal): -16485078 or 2782468. OLE color: 2782468.

HSL color Cylindrical-coordinate representation of color #04752A: hue angle of 140.18º 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 #04752A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 42 -
CMYK 0.97 0 0.64 0.54
HSL 140.18º 0.93% 0.24% -
HSV(B) 140.18º 0.97% 0.46% -
XYZ 6.83 12.92 4.32 -
YUV 74.66 109.56 77.6 -
System Red Green Blue C M Y K H S L
Decimal 4 117 42 0.97 0 0.64 0.54 140.18 0.93 0.24
Hex 4 75 2A 61 0 40 36 8C 5D 18
Octal 4 165 52 141 0 100 66 214 135 30
Binary 100 1110101 101010 1100001 0 1000000 110110 10001100 1011101 11000

Color Harmonies of #04752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04752A

Black with #04752A

Text Example


Text Example

White with #04752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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