#095234

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

Shades of County Green #095234

Tints of County Green #095234

Color information

#095234 (or 0x095234) is unknown color: approx County Green. HEX triplet: 09, 52 and 34. RGB value is (9,82,52). Sum of RGB (Red+Green+Blue) = 9+82+52=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #095234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095234 is #F6ADCB. Grayscale: #383838. Windows color (decimal): -16166348 or 3428873. OLE color: 3428873.

HSL color Cylindrical-coordinate representation of color #095234: hue angle of 155.34º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095234 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB98252-
CMYK0.8900.370.68
HSL155.34º80.22%17.84%-
HSV(B)155.34º89.02%32.16%-
XYZ3.756.344.28-
YUV56.75125.3293.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=6.29%
G=57.34%
B=36.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982520.8900.370.68155.3480.2217.84
Hex9523459025449b5012
Octal111226413104510423312022
Binary1001101001011010010110010100101100010010011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095234; }

 p { color: rgb(9,82,52); }

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

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

 a { background-color: rgb(9,82,52); }

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

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

 span { border-color: rgb(9,82,52); }

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