Html Css Color HEX #046114 Crusoe

📋 copy color: '#046114'

red 4 ◦ green 97 ◦ blue 20

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

Shades of Crusoe #046114

Tints of Crusoe #046114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 80.17%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 3.31%
G = 80.17%
B = 16.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#046114 (or 0x046114) is known color: Crusoe. HEX triplet: 04, 61 and 14. RGB value is (4,97,20). Sum of RGB (Red+Green+Blue) = 4+97+20=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #046114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046114 is #FB9EEB. Grayscale: #3C3C3C. Windows color (decimal): -16490220 or 1335556. OLE color: 1335556.

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

Color convert

RGB 4 97 20 -
CMYK 0.96 0 0.79 0.62
HSL 130.32º 0.92% 0.2% -
HSV(B) 130.32º 0.96% 0.38% -
XYZ 4.45 8.63 2.09 -
YUV 60.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 4 97 20 0.96 0 0.79 0.62 130.32 0.92 0.2
Hex 4 61 14 60 0 4F 3E 82 5C 14
Octal 4 141 24 140 0 117 76 202 134 24
Binary 100 1100001 10100 1100000 0 1001111 111110 10000010 1011100 10100

Color Harmonies of #046114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046114

Black with #046114

Text Example


Text Example

White with #046114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046114; }

 p { color: rgb(4,97,20); }

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

background-color css

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

 a { background-color: rgb(4,97,20); }

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

border-color css

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

 span { border-color: rgb(4,97,20); }

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