Html Css Color HEX #04642B Crusoe

📋 copy color: '#04642B'

red 4 ◦ green 100 ◦ blue 43

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

Shades of Crusoe #04642B

Tints of Crusoe #04642B

RGB

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

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

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

R = 2.72%
G = 68.03%
B = 29.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#04642B (or 0x04642B) is known color: Crusoe. HEX triplet: 04, 64 and 2B. RGB value is (4,100,43). Sum of RGB (Red+Green+Blue) = 4+100+43=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #04642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04642B is #FB9BD4. Grayscale: #404040. Windows color (decimal): -16489429 or 2843652. OLE color: 2843652.

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

Color convert

RGB 4 100 43 -
CMYK 0.96 0 0.57 0.61
HSL 144.38º 0.92% 0.2% -
HSV(B) 144.38º 0.96% 0.39% -
XYZ 5.04 9.31 3.82 -
YUV 64.8 115.7 84.63 -
System Red Green Blue C M Y K H S L
Decimal 4 100 43 0.96 0 0.57 0.61 144.38 0.92 0.2
Hex 4 64 2B 60 0 39 3D 90 5C 14
Octal 4 144 53 140 0 71 75 220 134 24
Binary 100 1100100 101011 1100000 0 111001 111101 10010000 1011100 10100

Color Harmonies of #04642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04642B

Black with #04642B

Text Example


Text Example

White with #04642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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