Html Css Color HEX #124727 Zuccini

📋 copy color: '#124727'

red 18 ◦ green 71 ◦ blue 39

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

Shades of Zuccini #124727

Tints of Zuccini #124727

RGB

 RED value IS 18 (7.42% from 255) = 14.06%

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

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

R = 14.06%
G = 55.47%
B = 30.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#124727 (or 0x124727) is known color: Zuccini. HEX triplet: 12, 47 and 27. RGB value is (18,71,39). Sum of RGB (Red+Green+Blue) = 18+71+39=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #124727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124727 is #EDB8D8. Grayscale: #333333. Windows color (decimal): -15579353 or 2574098. OLE color: 2574098.

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

Color convert

RGB 18 71 39 -
CMYK 0.75 0 0.45 0.72
HSL 143.77º 0.6% 0.17% -
HSV(B) 143.77º 0.75% 0.28% -
XYZ 2.87 4.78 2.69 -
YUV 51.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 18 71 39 0.75 0 0.45 0.72 143.77 0.6 0.17
Hex 12 47 27 4B 0 2D 48 90 3C 11
Octal 22 107 47 113 0 55 110 220 74 21
Binary 10010 1000111 100111 1001011 0 101101 1001000 10010000 111100 10001

Color Harmonies of #124727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124727

Black with #124727

Text Example


Text Example

White with #124727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124727; }

 p { color: rgb(18,71,39); }

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

background-color css

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

 a { background-color: rgb(18,71,39); }

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

border-color css

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

 span { border-color: rgb(18,71,39); }

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