Html Css Color HEX #04642D Crusoe

📋 copy color: '#04642D'

red 4 ◦ green 100 ◦ blue 45

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

Shades of Crusoe #04642D

Tints of Crusoe #04642D

RGB

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

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

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

R = 2.68%
G = 67.11%
B = 30.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#04642D (or 0x04642D) is known color: Crusoe. HEX triplet: 04, 64 and 2D. RGB value is (4,100,45). Sum of RGB (Red+Green+Blue) = 4+100+45=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #04642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04642D is #FB9BD2. Grayscale: #414141. Windows color (decimal): -16489427 or 2974724. OLE color: 2974724.

HSL color Cylindrical-coordinate representation of color #04642D: hue angle of 145.62º 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 #04642D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 45 -
CMYK 0.96 0 0.55 0.61
HSL 145.63º 0.92% 0.2% -
HSV(B) 145.63º 0.96% 0.39% -
XYZ 5.08 9.33 4.02 -
YUV 65.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 4 100 45 0.96 0 0.55 0.61 145.63 0.92 0.2
Hex 4 64 2D 60 0 37 3D 92 5C 14
Octal 4 144 55 140 0 67 75 222 134 24
Binary 100 1100100 101101 1100000 0 110111 111101 10010010 1011100 10100

Color Harmonies of #04642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04642D

Black with #04642D

Text Example


Text Example

White with #04642D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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