Html Css Color HEX #04641A Crusoe

📋 copy color: '#04641A'

red 4 ◦ green 100 ◦ blue 26

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

Shades of Crusoe #04641A

Tints of Crusoe #04641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 3.08%
G = 76.92%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#04641A (or 0x04641A) is known color: Crusoe. HEX triplet: 04, 64 and 1A. RGB value is (4,100,26). Sum of RGB (Red+Green+Blue) = 4+100+26=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #04641A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04641A is #FB9BE5. Grayscale: #3F3F3F. Windows color (decimal): -16489446 or 1729540. OLE color: 1729540.

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

Color convert

RGB 4 100 26 -
CMYK 0.96 0 0.74 0.61
HSL 133.75º 0.92% 0.2% -
HSV(B) 133.75º 0.96% 0.39% -
XYZ 4.79 9.21 2.5 -
YUV 62.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 4 100 26 0.96 0 0.74 0.61 133.75 0.92 0.2
Hex 4 64 1A 60 0 4A 3D 86 5C 14
Octal 4 144 32 140 0 112 75 206 134 24
Binary 100 1100100 11010 1100000 0 1001010 111101 10000110 1011100 10100

Color Harmonies of #04641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04641A

Black with #04641A

Text Example


Text Example

White with #04641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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