Html Css Color HEX #088413 Green

📋 copy color: '#088413'

red 8 ◦ green 132 ◦ blue 19

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

Shades of Green #088413

Tints of Green #088413

RGB

 RED value IS 8 (3.52% from 255) = 5.03%

 GREEN value IS 132 (51.95% from 255) = 83.02%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 5.03%
G = 83.02%
B = 11.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#088413 (or 0x088413) is known color: Green. HEX triplet: 08, 84 and 13. RGB value is (8,132,19). Sum of RGB (Red+Green+Blue) = 8+132+19=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #088413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088413 is #F77BEC. Grayscale: #525252. Windows color (decimal): -16219117 or 1278984. OLE color: 1278984.

HSL color Cylindrical-coordinate representation of color #088413: hue angle of 125.32º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088413 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 19 -
CMYK 0.94 0 0.86 0.48
HSL 125.32º 0.89% 0.27% -
HSV(B) 125.32º 0.94% 0.52% -
XYZ 8.47 16.6 3.37 -
YUV 82.04 92.42 75.19 -
System Red Green Blue C M Y K H S L
Decimal 8 132 19 0.94 0 0.86 0.48 125.32 0.89 0.27
Hex 8 84 13 5E 0 56 30 7D 59 1B
Octal 10 204 23 136 0 126 60 175 131 33
Binary 1000 10000100 10011 1011110 0 1010110 110000 1111101 1011001 11011

Color Harmonies of #088413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088413

Black with #088413

Text Example


Text Example

White with #088413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088413; }

 p { color: rgb(8,132,19); }

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

background-color css

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

 a { background-color: rgb(8,132,19); }

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

border-color css

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

 span { border-color: rgb(8,132,19); }

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