Html Css Color HEX #04642A Crusoe

📋 copy color: '#04642A'

red 4 ◦ green 100 ◦ blue 42

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

Shades of Crusoe #04642A

Tints of Crusoe #04642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 2.74%
G = 68.49%
B = 28.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#04642A (or 0x04642A) is known color: Crusoe. HEX triplet: 04, 64 and 2A. RGB value is (4,100,42). Sum of RGB (Red+Green+Blue) = 4+100+42=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #04642A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04642A is #FB9BD5. Grayscale: #404040. Windows color (decimal): -16489430 or 2778116. OLE color: 2778116.

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

Color convert

RGB 4 100 42 -
CMYK 0.96 0 0.58 0.61
HSL 143.75º 0.92% 0.2% -
HSV(B) 143.75º 0.96% 0.39% -
XYZ 5.03 9.31 3.72 -
YUV 64.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 4 100 42 0.96 0 0.58 0.61 143.75 0.92 0.2
Hex 4 64 2A 60 0 3A 3D 90 5C 14
Octal 4 144 52 140 0 72 75 220 134 24
Binary 100 1100100 101010 1100000 0 111010 111101 10010000 1011100 10100

Color Harmonies of #04642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04642A

Black with #04642A

Text Example


Text Example

White with #04642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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