#088934

Color #088934 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #088934

Tints of Dark Spring Green #088934

Color information

#088934 (or 0x088934) is unknown color: approx Dark Spring Green. HEX triplet: 08, 89 and 34. RGB value is (8,137,52). Sum of RGB (Red+Green+Blue) = 8+137+52=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #088934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088934 is #F776CB. Grayscale: #585858. Windows color (decimal): -16217804 or 3442952. OLE color: 3442952.

HSL color Cylindrical-coordinate representation of color #088934: hue angle of 140.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088934 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB813752-
CMYK0.9400.620.46
HSL140.47º88.97%28.43%-
HSV(B)140.47º94.16%53.73%-
XYZ9.6718.196.25-
YUV88.74107.2670.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=4.06%
G=69.54%
B=26.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8137520.9400.620.46140.4788.9728.43
Hex889345E03E2E8c591c
Octal10211641360765621413134
Binary1000100010011101001011110011111010111010001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088934; }

 p { color: rgb(8,137,52); }

 H1.HeaderClassName
 {
   color: #088934;
 }
 .AnyTagClassName
 {
   color: #088934;
 }
</style>
background-color css

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

 a { background-color: rgb(8,137,52); }

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

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

 span { border-color: rgb(8,137,52); }

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