Html Css Color HEX #04601B Crusoe

📋 copy color: '#04601B'

red 4 ◦ green 96 ◦ blue 27

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

Shades of Crusoe #04601B

Tints of Crusoe #04601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 75.59%

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

R = 3.15%
G = 75.59%
B = 21.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#04601B (or 0x04601B) is known color: Crusoe. HEX triplet: 04, 60 and 1B. RGB value is (4,96,27). Sum of RGB (Red+Green+Blue) = 4+96+27=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #04601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04601B is #FB9FE4. Grayscale: #3C3C3C. Windows color (decimal): -16490469 or 1794052. OLE color: 1794052.

HSL color Cylindrical-coordinate representation of color #04601B: hue angle of 135º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04601B is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 27 -
CMYK 0.96 0 0.72 0.62
HSL 135º 0.92% 0.2% -
HSV(B) 135º 0.96% 0.38% -
XYZ 4.43 8.47 2.44 -
YUV 60.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 4 96 27 0.96 0 0.72 0.62 135 0.92 0.2
Hex 4 60 1B 60 0 48 3E 87 5C 14
Octal 4 140 33 140 0 110 76 207 134 24
Binary 100 1100000 11011 1100000 0 1001000 111110 10000111 1011100 10100

Color Harmonies of #04601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04601B

Black with #04601B

Text Example


Text Example

White with #04601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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