Html Css Color HEX #04582A Crusoe

📋 copy color: '#04582A'

red 4 ◦ green 88 ◦ blue 42

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

Shades of Crusoe #04582A

Tints of Crusoe #04582A

RGB

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

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

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

R = 2.99%
G = 65.67%
B = 31.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#04582A (or 0x04582A) is known color: Crusoe. HEX triplet: 04, 58 and 2A. RGB value is (4,88,42). Sum of RGB (Red+Green+Blue) = 4+88+42=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #04582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582A is #FBA7D5. Grayscale: #393939. Windows color (decimal): -16492502 or 2775044. OLE color: 2775044.

HSL color Cylindrical-coordinate representation of color #04582A: hue angle of 147.14º 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 #04582A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 42 -
CMYK 0.95 0 0.52 0.65
HSL 147.14º 0.91% 0.18% -
HSV(B) 147.14º 0.95% 0.35% -
XYZ 3.96 7.17 3.37 -
YUV 57.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 4 88 42 0.95 0 0.52 0.65 147.14 0.91 0.18
Hex 4 58 2A 5F 0 34 41 93 5B 12
Octal 4 130 52 137 0 64 101 223 133 22
Binary 100 1011000 101010 1011111 0 110100 1000001 10010011 1011011 10010

Color Harmonies of #04582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04582A

Black with #04582A

Text Example


Text Example

White with #04582A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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