Html Css Color HEX #04641E Crusoe

📋 copy color: '#04641E'

red 4 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #04641E

Tints of Crusoe #04641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 2.99%
G = 74.63%
B = 22.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#04641E (or 0x04641E) is known color: Crusoe. HEX triplet: 04, 64 and 1E. RGB value is (4,100,30). Sum of RGB (Red+Green+Blue) = 4+100+30=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #04641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04641E is #FB9BE1. Grayscale: #3F3F3F. Windows color (decimal): -16489442 or 1991684. OLE color: 1991684.

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

Color convert

RGB 4 100 30 -
CMYK 0.96 0 0.70 0.61
HSL 136.25º 0.92% 0.2% -
HSV(B) 136.25º 0.96% 0.39% -
XYZ 4.84 9.23 2.76 -
YUV 63.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 4 100 30 0.96 0 0.70 0.61 136.25 0.92 0.2
Hex 4 64 1E 60 0 46 3D 88 5C 14
Octal 4 144 36 140 0 106 75 210 134 24
Binary 100 1100100 11110 1100000 0 1000110 111101 10001000 1011100 10100

Color Harmonies of #04641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04641E

Black with #04641E

Text Example


Text Example

White with #04641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04641E; }

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

 H1.HeaderClassName
 {
   color: #04641E;
 }
 .AnyTagClassName
 {
   color: #04641E;
 }
</style>

background-color css

<style>
 a { background-color: #04641E; }

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

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

border-color css

<style>
 span { border-color: #04641E; }

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

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