Html Css Color HEX #046015 Crusoe

📋 copy color: '#046015'

red 4 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #046015

Tints of Crusoe #046015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 3.31%
G = 79.34%
B = 17.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#046015 (or 0x046015) is known color: Crusoe. HEX triplet: 04, 60 and 15. RGB value is (4,96,21). Sum of RGB (Red+Green+Blue) = 4+96+21=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #046015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046015 is #FB9FEA. Grayscale: #3C3C3C. Windows color (decimal): -16490475 or 1400836. OLE color: 1400836.

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

Color convert

RGB 4 96 21 -
CMYK 0.96 0 0.78 0.62
HSL 131.09º 0.92% 0.2% -
HSV(B) 131.09º 0.96% 0.38% -
XYZ 4.37 8.45 2.11 -
YUV 59.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 4 96 21 0.96 0 0.78 0.62 131.09 0.92 0.2
Hex 4 60 15 60 0 4E 3E 83 5C 14
Octal 4 140 25 140 0 116 76 203 134 24
Binary 100 1100000 10101 1100000 0 1001110 111110 10000011 1011100 10100

Color Harmonies of #046015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046015

Black with #046015

Text Example


Text Example

White with #046015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046015; }

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

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

background-color css

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

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

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

border-color css

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

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

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