Html Css Color HEX #095238 County Green

📋 copy color: '#095238'

red 9 ◦ green 82 ◦ blue 56

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

Shades of County Green #095238

Tints of County Green #095238

RGB

 RED value IS 9 (3.91% from 255) = 6.12%

 GREEN value IS 82 (32.42% from 255) = 55.78%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 6.12%
G = 55.78%
B = 38.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#095238 (or 0x095238) is known color: County Green. HEX triplet: 09, 52 and 38. RGB value is (9,82,56). Sum of RGB (Red+Green+Blue) = 9+82+56=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #095238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095238 is #F6ADC7. Grayscale: #393939. Windows color (decimal): -16166344 or 3691017. OLE color: 3691017.

HSL color Cylindrical-coordinate representation of color #095238: hue angle of 158.63º 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 #095238 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 56 -
CMYK 0.89 0 0.32 0.68
HSL 158.63º 0.8% 0.18% -
HSV(B) 158.63º 0.89% 0.32% -
XYZ 3.84 6.38 4.77 -
YUV 57.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 9 82 56 0.89 0 0.32 0.68 158.63 0.8 0.18
Hex 9 52 38 59 0 20 44 9F 50 12
Octal 11 122 70 131 0 40 104 237 120 22
Binary 1001 1010010 111000 1011001 0 100000 1000100 10011111 1010000 10010

Color Harmonies of #095238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095238

Black with #095238

Text Example


Text Example

White with #095238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095238; }

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

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

background-color css

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

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

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

border-color css

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

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

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