Html Css Color HEX #095331 Zuccini

📋 copy color: '#095331'

red 9 ◦ green 83 ◦ blue 49

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

Shades of Zuccini #095331

Tints of Zuccini #095331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.87%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 6.38%
G = 58.87%
B = 34.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#095331 (or 0x095331) is known color: Zuccini. HEX triplet: 09, 53 and 31. RGB value is (9,83,49). Sum of RGB (Red+Green+Blue) = 9+83+49=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #095331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095331 is #F6ACCE. Grayscale: #393939. Windows color (decimal): -16166095 or 3232521. OLE color: 3232521.

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

Color convert

RGB 9 83 49 -
CMYK 0.89 0 0.41 0.67
HSL 152.43º 0.8% 0.18% -
HSV(B) 152.43º 0.89% 0.33% -
XYZ 3.76 6.47 3.96 -
YUV 57 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 9 83 49 0.89 0 0.41 0.67 152.43 0.8 0.18
Hex 9 53 31 59 0 29 43 98 50 12
Octal 11 123 61 131 0 51 103 230 120 22
Binary 1001 1010011 110001 1011001 0 101001 1000011 10011000 1010000 10010

Color Harmonies of #095331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095331

Black with #095331

Text Example


Text Example

White with #095331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095331; }

 p { color: rgb(9,83,49); }

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

background-color css

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

 a { background-color: rgb(9,83,49); }

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

border-color css

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

 span { border-color: rgb(9,83,49); }

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