Html Css Color HEX #095230 Zuccini

📋 copy color: '#095230'

red 9 ◦ green 82 ◦ blue 48

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

Shades of Zuccini #095230

Tints of Zuccini #095230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 6.47%
G = 58.99%
B = 34.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#095230 (or 0x095230) is known color: Zuccini. HEX triplet: 09, 52 and 30. RGB value is (9,82,48). Sum of RGB (Red+Green+Blue) = 9+82+48=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #095230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095230 is #F6ADCF. Grayscale: #383838. Windows color (decimal): -16166352 or 3166729. OLE color: 3166729.

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

Color convert

RGB 9 82 48 -
CMYK 0.89 0 0.41 0.68
HSL 152.05º 0.8% 0.18% -
HSV(B) 152.05º 0.89% 0.32% -
XYZ 3.66 6.31 3.82 -
YUV 56.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 9 82 48 0.89 0 0.41 0.68 152.05 0.8 0.18
Hex 9 52 30 59 0 29 44 98 50 12
Octal 11 122 60 131 0 51 104 230 120 22
Binary 1001 1010010 110000 1011001 0 101001 1000100 10011000 1010000 10010

Color Harmonies of #095230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095230

Black with #095230

Text Example


Text Example

White with #095230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095230; }

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

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

background-color css

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

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

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

border-color css

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

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

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