Html Css Color HEX #04601C Crusoe

📋 copy color: '#04601C'

red 4 ◦ green 96 ◦ blue 28

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

Shades of Crusoe #04601C

Tints of Crusoe #04601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 3.13%
G = 75%
B = 21.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#04601C (or 0x04601C) is known color: Crusoe. HEX triplet: 04, 60 and 1C. RGB value is (4,96,28). Sum of RGB (Red+Green+Blue) = 4+96+28=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #04601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04601C is #FB9FE3. Grayscale: #3C3C3C. Windows color (decimal): -16490468 or 1859588. OLE color: 1859588.

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

Color convert

RGB 4 96 28 -
CMYK 0.96 0 0.71 0.62
HSL 135.65º 0.92% 0.2% -
HSV(B) 135.65º 0.96% 0.38% -
XYZ 4.44 8.48 2.5 -
YUV 60.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 4 96 28 0.96 0 0.71 0.62 135.65 0.92 0.2
Hex 4 60 1C 60 0 47 3E 88 5C 14
Octal 4 140 34 140 0 107 76 210 134 24
Binary 100 1100000 11100 1100000 0 1000111 111110 10001000 1011100 10100

Color Harmonies of #04601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04601C

Black with #04601C

Text Example


Text Example

White with #04601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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