Html Css Color HEX #04572C Crusoe

📋 copy color: '#04572C'

red 4 ◦ green 87 ◦ blue 44

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

Shades of Crusoe #04572C

Tints of Crusoe #04572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 64.44%

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 2.96%
G = 64.44%
B = 32.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#04572C (or 0x04572C) is known color: Crusoe. HEX triplet: 04, 57 and 2C. RGB value is (4,87,44). Sum of RGB (Red+Green+Blue) = 4+87+44=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #04572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04572C is #FBA8D3. Grayscale: #393939. Windows color (decimal): -16492756 or 2905860. OLE color: 2905860.

HSL color Cylindrical-coordinate representation of color #04572C: hue angle of 148.92º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04572C is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 87 44 -
CMYK 0.95 0 0.49 0.66
HSL 148.92º 0.91% 0.18% -
HSV(B) 148.92º 0.95% 0.34% -
XYZ 3.91 7.02 3.53 -
YUV 57.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 4 87 44 0.95 0 0.49 0.66 148.92 0.91 0.18
Hex 4 57 2C 5F 0 31 42 95 5B 12
Octal 4 127 54 137 0 61 102 225 133 22
Binary 100 1010111 101100 1011111 0 110001 1000010 10010101 1011011 10010

Color Harmonies of #04572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04572C

Black with #04572C

Text Example


Text Example

White with #04572C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,87,44); }

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

background-color css

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

 a { background-color: rgb(4,87,44); }

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

border-color css

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

 span { border-color: rgb(4,87,44); }

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