Html Css Color HEX #104927 Zuccini

📋 copy color: '#104927'

red 16 ◦ green 73 ◦ blue 39

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

Shades of Zuccini #104927

Tints of Zuccini #104927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.03%

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 12.5%
G = 57.03%
B = 30.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#104927 (or 0x104927) is known color: Zuccini. HEX triplet: 10, 49 and 27. RGB value is (16,73,39). Sum of RGB (Red+Green+Blue) = 16+73+39=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #104927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104927 is #EFB6D8. Grayscale: #343434. Windows color (decimal): -15709913 or 2574608. OLE color: 2574608.

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

Color convert

RGB 16 73 39 -
CMYK 0.78 0 0.47 0.71
HSL 144.21º 0.64% 0.17% -
HSV(B) 144.21º 0.78% 0.29% -
XYZ 2.96 5.02 2.73 -
YUV 52.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 16 73 39 0.78 0 0.47 0.71 144.21 0.64 0.17
Hex 10 49 27 4E 0 2F 47 90 40 11
Octal 20 111 47 116 0 57 107 220 100 21
Binary 10000 1001001 100111 1001110 0 101111 1000111 10010000 1000000 10001

Color Harmonies of #104927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104927

Black with #104927

Text Example


Text Example

White with #104927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104927; }

 p { color: rgb(16,73,39); }

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

background-color css

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

 a { background-color: rgb(16,73,39); }

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

border-color css

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

 span { border-color: rgb(16,73,39); }

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