Html Css Color HEX #104830 Zuccini

📋 copy color: '#104830'

red 16 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #104830

Tints of Zuccini #104830

RGB

 RED value IS 16 (6.64% from 255) = 11.76%

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 11.76%
G = 52.94%
B = 35.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#104830 (or 0x104830) is known color: Zuccini. HEX triplet: 10, 48 and 30. RGB value is (16,72,48). Sum of RGB (Red+Green+Blue) = 16+72+48=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #104830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104830 is #EFB7CF. Grayscale: #343434. Windows color (decimal): -15710160 or 3164176. OLE color: 3164176.

HSL color Cylindrical-coordinate representation of color #104830: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104830 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 48 -
CMYK 0.78 0 0.33 0.72
HSL 154.29º 0.64% 0.17% -
HSV(B) 154.29º 0.78% 0.28% -
XYZ 3.06 4.96 3.59 -
YUV 52.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 16 72 48 0.78 0 0.33 0.72 154.29 0.64 0.17
Hex 10 48 30 4E 0 21 48 9A 40 11
Octal 20 110 60 116 0 41 110 232 100 21
Binary 10000 1001000 110000 1001110 0 100001 1001000 10011010 1000000 10001

Color Harmonies of #104830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104830

Black with #104830

Text Example


Text Example

White with #104830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104830; }

 p { color: rgb(16,72,48); }

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

background-color css

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

 a { background-color: rgb(16,72,48); }

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

border-color css

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

 span { border-color: rgb(16,72,48); }

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