Html Css Color HEX #04582D Crusoe

📋 copy color: '#04582D'

red 4 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #04582D

Tints of Crusoe #04582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 64.23%

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

R = 2.92%
G = 64.23%
B = 32.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#04582D (or 0x04582D) is known color: Crusoe. HEX triplet: 04, 58 and 2D. RGB value is (4,88,45). Sum of RGB (Red+Green+Blue) = 4+88+45=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #04582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582D is #FBA7D2. Grayscale: #3A3A3A. Windows color (decimal): -16492499 or 2971652. OLE color: 2971652.

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

Color convert

RGB 4 88 45 -
CMYK 0.95 0 0.49 0.65
HSL 149.29º 0.91% 0.18% -
HSV(B) 149.29º 0.95% 0.35% -
XYZ 4.01 7.19 3.66 -
YUV 57.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 4 88 45 0.95 0 0.49 0.65 149.29 0.91 0.18
Hex 4 58 2D 5F 0 31 41 95 5B 12
Octal 4 130 55 137 0 61 101 225 133 22
Binary 100 1011000 101101 1011111 0 110001 1000001 10010101 1011011 10010

Color Harmonies of #04582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04582D

Black with #04582D

Text Example


Text Example

White with #04582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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