Html Css Color HEX #104827 Zuccini

📋 copy color: '#104827'

red 16 ◦ green 72 ◦ blue 39

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

Shades of Zuccini #104827

Tints of Zuccini #104827

RGB

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

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

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

R = 12.6%
G = 56.69%
B = 30.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#104827 (or 0x104827) is known color: Zuccini. HEX triplet: 10, 48 and 27. RGB value is (16,72,39). Sum of RGB (Red+Green+Blue) = 16+72+39=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #104827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104827 is #EFB7D8. Grayscale: #333333. Windows color (decimal): -15710169 or 2574352. OLE color: 2574352.

HSL color Cylindrical-coordinate representation of color #104827: hue angle of 144.64º 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 #104827 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 39 -
CMYK 0.78 0 0.46 0.72
HSL 144.64º 0.64% 0.17% -
HSV(B) 144.64º 0.78% 0.28% -
XYZ 2.9 4.89 2.71 -
YUV 51.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 16 72 39 0.78 0 0.46 0.72 144.64 0.64 0.17
Hex 10 48 27 4E 0 2E 48 91 40 11
Octal 20 110 47 116 0 56 110 221 100 21
Binary 10000 1001000 100111 1001110 0 101110 1001000 10010001 1000000 10001

Color Harmonies of #104827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104827

Black with #104827

Text Example


Text Example

White with #104827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104827; }

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

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

background-color css

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

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

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

border-color css

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

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

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