Html Css Color HEX #04602F Crusoe

📋 copy color: '#04602F'

red 4 ◦ green 96 ◦ blue 47

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

Shades of Crusoe #04602F

Tints of Crusoe #04602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 65.31%

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 2.72%
G = 65.31%
B = 31.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#04602F (or 0x04602F) is known color: Crusoe. HEX triplet: 04, 60 and 2F. RGB value is (4,96,47). Sum of RGB (Red+Green+Blue) = 4+96+47=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #04602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04602F is #FB9FD0. Grayscale: #3F3F3F. Windows color (decimal): -16490449 or 3104772. OLE color: 3104772.

HSL color Cylindrical-coordinate representation of color #04602F: hue angle of 148.04º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04602F is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 47 -
CMYK 0.96 0 0.51 0.62
HSL 148.04º 0.92% 0.2% -
HSV(B) 148.04º 0.96% 0.38% -
XYZ 4.75 8.6 4.1 -
YUV 62.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 4 96 47 0.96 0 0.51 0.62 148.04 0.92 0.2
Hex 4 60 2F 60 0 33 3E 94 5C 14
Octal 4 140 57 140 0 63 76 224 134 24
Binary 100 1100000 101111 1100000 0 110011 111110 10010100 1011100 10100

Color Harmonies of #04602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04602F

Black with #04602F

Text Example


Text Example

White with #04602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04602F; }

 p { color: rgb(4,96,47); }

 H1.HeaderClassName
 {
   color: #04602F;
 }
 .AnyTagClassName
 {
   color: #04602F;
 }
</style>

background-color css

<style>
 a { background-color: #04602F; }

 a { background-color: rgb(4,96,47); }

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

border-color css

<style>
 span { border-color: #04602F; }

 span { border-color: rgb(4,96,47); }

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