Html Css Color HEX #0A502F Zuccini

📋 copy color: '#0A502F'

red 10 ◦ green 80 ◦ blue 47

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

Shades of Zuccini #0A502F

Tints of Zuccini #0A502F

RGB

 RED value IS 10 (4.3% from 255) = 7.3%

 GREEN value IS 80 (31.64% from 255) = 58.39%

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 7.3%
G = 58.39%
B = 34.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#0A502F (or 0x0A502F) is known color: Zuccini. HEX triplet: 0A, 50 and 2F. RGB value is (10,80,47). Sum of RGB (Red+Green+Blue) = 10+80+47=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #0A502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A502F is #F5AFD0. Grayscale: #373737. Windows color (decimal): -16101329 or 3100682. OLE color: 3100682.

HSL color Cylindrical-coordinate representation of color #0A502F: hue angle of 151.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A502F is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 80 47 -
CMYK 0.87 0 0.41 0.69
HSL 151.71º 0.78% 0.18% -
HSV(B) 151.71º 0.88% 0.31% -
XYZ 3.51 6.01 3.66 -
YUV 55.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 10 80 47 0.87 0 0.41 0.69 151.71 0.78 0.18
Hex A 50 2F 57 0 29 45 98 4E 12
Octal 12 120 57 127 0 51 105 230 116 22
Binary 1010 1010000 101111 1010111 0 101001 1000101 10011000 1001110 10010

Color Harmonies of #0A502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A502F

Black with #0A502F

Text Example


Text Example

White with #0A502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A502F; }

 p { color: rgb(10,80,47); }

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

background-color css

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

 a { background-color: rgb(10,80,47); }

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

border-color css

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

 span { border-color: rgb(10,80,47); }

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