Html Css Color HEX #04641D Crusoe

📋 copy color: '#04641D'

red 4 ◦ green 100 ◦ blue 29

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

Shades of Crusoe #04641D

Tints of Crusoe #04641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 3.01%
G = 75.19%
B = 21.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#04641D (or 0x04641D) is known color: Crusoe. HEX triplet: 04, 64 and 1D. RGB value is (4,100,29). Sum of RGB (Red+Green+Blue) = 4+100+29=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #04641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04641D is #FB9BE2. Grayscale: #3F3F3F. Windows color (decimal): -16489443 or 1926148. OLE color: 1926148.

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

Color convert

RGB 4 100 29 -
CMYK 0.96 0 0.71 0.61
HSL 135.63º 0.92% 0.2% -
HSV(B) 135.63º 0.96% 0.39% -
XYZ 4.83 9.23 2.69 -
YUV 63.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 4 100 29 0.96 0 0.71 0.61 135.63 0.92 0.2
Hex 4 64 1D 60 0 47 3D 88 5C 14
Octal 4 144 35 140 0 107 75 210 134 24
Binary 100 1100100 11101 1100000 0 1000111 111101 10001000 1011100 10100

Color Harmonies of #04641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04641D

Black with #04641D

Text Example


Text Example

White with #04641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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