Html Css Color HEX #04582B Crusoe

📋 copy color: '#04582B'

red 4 ◦ green 88 ◦ blue 43

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

Shades of Crusoe #04582B

Tints of Crusoe #04582B

RGB

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

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

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

R = 2.96%
G = 65.19%
B = 31.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#04582B (or 0x04582B) is known color: Crusoe. HEX triplet: 04, 58 and 2B. RGB value is (4,88,43). Sum of RGB (Red+Green+Blue) = 4+88+43=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #04582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582B is #FBA7D4. Grayscale: #393939. Windows color (decimal): -16492501 or 2840580. OLE color: 2840580.

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

Color convert

RGB 4 88 43 -
CMYK 0.95 0 0.51 0.65
HSL 147.86º 0.91% 0.18% -
HSV(B) 147.86º 0.95% 0.35% -
XYZ 3.98 7.18 3.46 -
YUV 57.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 4 88 43 0.95 0 0.51 0.65 147.86 0.91 0.18
Hex 4 58 2B 5F 0 33 41 94 5B 12
Octal 4 130 53 137 0 63 101 224 133 22
Binary 100 1011000 101011 1011111 0 110011 1000001 10010100 1011011 10010

Color Harmonies of #04582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04582B

Black with #04582B

Text Example


Text Example

White with #04582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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