Html Css Color HEX #104731 Zuccini

📋 copy color: '#104731'

red 16 ◦ green 71 ◦ blue 49

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

Shades of Zuccini #104731

Tints of Zuccini #104731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.21%

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

R = 11.76%
G = 52.21%
B = 36.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#104731 (or 0x104731) is known color: Zuccini. HEX triplet: 10, 47 and 31. RGB value is (16,71,49). Sum of RGB (Red+Green+Blue) = 16+71+49=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #104731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104731 is #EFB8CE. Grayscale: #343434. Windows color (decimal): -15710415 or 3229456. OLE color: 3229456.

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

Color convert

RGB 16 71 49 -
CMYK 0.77 0 0.31 0.72
HSL 156º 0.63% 0.17% -
HSV(B) 156º 0.77% 0.28% -
XYZ 3.02 4.84 3.68 -
YUV 52.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 16 71 49 0.77 0 0.31 0.72 156 0.63 0.17
Hex 10 47 31 4D 0 1F 48 9C 3F 11
Octal 20 107 61 115 0 37 110 234 77 21
Binary 10000 1000111 110001 1001101 0 11111 1001000 10011100 111111 10001

Color Harmonies of #104731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104731

Black with #104731

Text Example


Text Example

White with #104731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104731; }

 p { color: rgb(16,71,49); }

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

background-color css

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

 a { background-color: rgb(16,71,49); }

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

border-color css

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

 span { border-color: rgb(16,71,49); }

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