Html Css Color HEX #04641B Crusoe

📋 copy color: '#04641B'

red 4 ◦ green 100 ◦ blue 27

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

Shades of Crusoe #04641B

Tints of Crusoe #04641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 3.05%
G = 76.34%
B = 20.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#04641B (or 0x04641B) is known color: Crusoe. HEX triplet: 04, 64 and 1B. RGB value is (4,100,27). Sum of RGB (Red+Green+Blue) = 4+100+27=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 100 (39.45% from 255 or 76.34% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 100 - color contains mainly: green. Hex color #04641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04641B is #FB9BE4. Grayscale: #3F3F3F. Windows color (decimal): -16489445 or 1795076. OLE color: 1795076.

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

Color convert

RGB 4 100 27 -
CMYK 0.96 0 0.73 0.61
HSL 134.38º 0.92% 0.2% -
HSV(B) 134.38º 0.96% 0.39% -
XYZ 4.81 9.22 2.56 -
YUV 62.97 107.7 85.94 -
System Red Green Blue C M Y K H S L
Decimal 4 100 27 0.96 0 0.73 0.61 134.38 0.92 0.2
Hex 4 64 1B 60 0 49 3D 86 5C 14
Octal 4 144 33 140 0 111 75 206 134 24
Binary 100 1100100 11011 1100000 0 1001001 111101 10000110 1011100 10100

Color Harmonies of #04641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04641B

Black with #04641B

Text Example


Text Example

White with #04641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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