Html Css Color HEX #04752B Crusoe

📋 copy color: '#04752B'

red 4 ◦ green 117 ◦ blue 43

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

Shades of Crusoe #04752B

Tints of Crusoe #04752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 2.44%
G = 71.34%
B = 26.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#04752B (or 0x04752B) is known color: Crusoe. HEX triplet: 04, 75 and 2B. RGB value is (4,117,43). Sum of RGB (Red+Green+Blue) = 4+117+43=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #04752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04752B is #FB8AD4. Grayscale: #4A4A4A. Windows color (decimal): -16485077 or 2848004. OLE color: 2848004.

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

Color convert

RGB 4 117 43 -
CMYK 0.97 0 0.63 0.54
HSL 140.71º 0.93% 0.24% -
HSV(B) 140.71º 0.97% 0.46% -
XYZ 6.85 12.92 4.42 -
YUV 74.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 4 117 43 0.97 0 0.63 0.54 140.71 0.93 0.24
Hex 4 75 2B 61 0 3F 36 8D 5D 18
Octal 4 165 53 141 0 77 66 215 135 30
Binary 100 1110101 101011 1100001 0 111111 110110 10001101 1011101 11000

Color Harmonies of #04752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04752B

Black with #04752B

Text Example


Text Example

White with #04752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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