Html Css Color HEX #04642F Crusoe

📋 copy color: '#04642F'

red 4 ◦ green 100 ◦ blue 47

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

Shades of Crusoe #04642F

Tints of Crusoe #04642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 66.23%

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

R = 2.65%
G = 66.23%
B = 31.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#04642F (or 0x04642F) is known color: Crusoe. HEX triplet: 04, 64 and 2F. RGB value is (4,100,47). Sum of RGB (Red+Green+Blue) = 4+100+47=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #04642F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04642F is #FB9BD0. Grayscale: #414141. Windows color (decimal): -16489425 or 3105796. OLE color: 3105796.

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

Color convert

RGB 4 100 47 -
CMYK 0.96 0 0.53 0.61
HSL 146.88º 0.92% 0.2% -
HSV(B) 146.88º 0.96% 0.39% -
XYZ 5.12 9.35 4.22 -
YUV 65.25 117.7 84.31 -
System Red Green Blue C M Y K H S L
Decimal 4 100 47 0.96 0 0.53 0.61 146.88 0.92 0.2
Hex 4 64 2F 60 0 35 3D 93 5C 14
Octal 4 144 57 140 0 65 75 223 134 24
Binary 100 1100100 101111 1100000 0 110101 111101 10010011 1011100 10100

Color Harmonies of #04642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04642F

Black with #04642F

Text Example


Text Example

White with #04642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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