Html Css Color HEX #04562D Crusoe

📋 copy color: '#04562D'

red 4 ◦ green 86 ◦ blue 45

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

Shades of Crusoe #04562D

Tints of Crusoe #04562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

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

R = 2.96%
G = 63.7%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#04562D (or 0x04562D) is known color: Crusoe. HEX triplet: 04, 56 and 2D. RGB value is (4,86,45). Sum of RGB (Red+Green+Blue) = 4+86+45=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #04562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04562D is #FBA9D2. Grayscale: #383838. Windows color (decimal): -16493011 or 2971140. OLE color: 2971140.

HSL color Cylindrical-coordinate representation of color #04562D: hue angle of 150º 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 #04562D is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 86 45 -
CMYK 0.95 0 0.48 0.66
HSL 150º 0.91% 0.18% -
HSV(B) 150º 0.95% 0.34% -
XYZ 3.85 6.87 3.61 -
YUV 56.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 4 86 45 0.95 0 0.48 0.66 150 0.91 0.18
Hex 4 56 2D 5F 0 30 42 96 5B 12
Octal 4 126 55 137 0 60 102 226 133 22
Binary 100 1010110 101101 1011111 0 110000 1000010 10010110 1011011 10010

Color Harmonies of #04562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04562D

Black with #04562D

Text Example


Text Example

White with #04562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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