Html Css Color HEX #0E6304 Green

📋 copy color: '#0E6304'

red 14 ◦ green 99 ◦ blue 4

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

Shades of Green #0E6304

Tints of Green #0E6304

RGB

 RED value IS 14 (5.86% from 255) = 11.97%

 GREEN value IS 99 (39.06% from 255) = 84.62%

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 11.97%
G = 84.62%
B = 3.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#0E6304 (or 0x0E6304) is known color: Green. HEX triplet: 0E, 63 and 04. RGB value is (14,99,4). Sum of RGB (Red+Green+Blue) = 14+99+4=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #0E6304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6304 is #F19CFB. Grayscale: #3F3F3F. Windows color (decimal): -15834364 or 287502. OLE color: 287502.

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

Color convert

RGB 14 99 4 -
CMYK 0.86 0 0.96 0.61
HSL 113.68º 0.92% 0.2% -
HSV(B) 113.68º 0.96% 0.39% -
XYZ 4.66 9.03 1.61 -
YUV 62.76 94.84 93.22 -
System Red Green Blue C M Y K H S L
Decimal 14 99 4 0.86 0 0.96 0.61 113.68 0.92 0.2
Hex E 63 4 56 0 60 3D 72 5C 14
Octal 16 143 4 126 0 140 75 162 134 24
Binary 1110 1100011 100 1010110 0 1100000 111101 1110010 1011100 10100

Color Harmonies of #0E6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6304

Black with #0E6304

Text Example


Text Example

White with #0E6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6304; }

 p { color: rgb(14,99,4); }

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

background-color css

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

 a { background-color: rgb(14,99,4); }

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

border-color css

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

 span { border-color: rgb(14,99,4); }

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