Html Css Color HEX #04641F Crusoe

📋 copy color: '#04641F'

red 4 ◦ green 100 ◦ blue 31

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

Shades of Crusoe #04641F

Tints of Crusoe #04641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 2.96%
G = 74.07%
B = 22.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#04641F (or 0x04641F) is known color: Crusoe. HEX triplet: 04, 64 and 1F. RGB value is (4,100,31). Sum of RGB (Red+Green+Blue) = 4+100+31=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 100 (39.45% from 255 or 74.07% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 100 - color contains mainly: green. Hex color #04641F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04641F is #FB9BE0. Grayscale: #3F3F3F. Windows color (decimal): -16489441 or 2057220. OLE color: 2057220.

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

Color convert

RGB 4 100 31 -
CMYK 0.96 0 0.69 0.61
HSL 136.88º 0.92% 0.2% -
HSV(B) 136.88º 0.96% 0.39% -
XYZ 4.85 9.24 2.82 -
YUV 63.43 109.7 85.61 -
System Red Green Blue C M Y K H S L
Decimal 4 100 31 0.96 0 0.69 0.61 136.88 0.92 0.2
Hex 4 64 1F 60 0 45 3D 89 5C 14
Octal 4 144 37 140 0 105 75 211 134 24
Binary 100 1100100 11111 1100000 0 1000101 111101 10001001 1011100 10100

Color Harmonies of #04641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04641F

Black with #04641F

Text Example


Text Example

White with #04641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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