Html Css Color HEX #056312 Green

📋 copy color: '#056312'

red 5 ◦ green 99 ◦ blue 18

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

Shades of Green #056312

Tints of Green #056312

RGB

 RED value IS 5 (2.34% from 255) = 4.1%

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

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 4.1%
G = 81.15%
B = 14.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#056312 (or 0x056312) is known color: Green. HEX triplet: 05, 63 and 12. RGB value is (5,99,18). Sum of RGB (Red+Green+Blue) = 5+99+18=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #056312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056312 is #FA9CED. Grayscale: #3D3D3D. Windows color (decimal): -16424174 or 1204997. OLE color: 1204997.

HSL color Cylindrical-coordinate representation of color #056312: hue angle of 128.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056312 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 18 -
CMYK 0.95 0 0.82 0.61
HSL 128.3º 0.9% 0.2% -
HSV(B) 128.3º 0.95% 0.39% -
XYZ 4.63 9 2.07 -
YUV 61.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 5 99 18 0.95 0 0.82 0.61 128.3 0.9 0.2
Hex 5 63 12 5F 0 52 3D 80 5A 14
Octal 5 143 22 137 0 122 75 200 132 24
Binary 101 1100011 10010 1011111 0 1010010 111101 10000000 1011010 10100

Color Harmonies of #056312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056312

Black with #056312

Text Example


Text Example

White with #056312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056312; }

 p { color: rgb(5,99,18); }

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

background-color css

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

 a { background-color: rgb(5,99,18); }

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

border-color css

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

 span { border-color: rgb(5,99,18); }

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