Html Css Color HEX #124725 Zuccini

📋 copy color: '#124725'

red 18 ◦ green 71 ◦ blue 37

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

Shades of Zuccini #124725

Tints of Zuccini #124725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 14.29%
G = 56.35%
B = 29.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#124725 (or 0x124725) is known color: Zuccini. HEX triplet: 12, 47 and 25. RGB value is (18,71,37). Sum of RGB (Red+Green+Blue) = 18+71+37=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #124725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124725 is #EDB8DA. Grayscale: #333333. Windows color (decimal): -15579355 or 2443026. OLE color: 2443026.

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

Color convert

RGB 18 71 37 -
CMYK 0.75 0 0.48 0.72
HSL 141.51º 0.6% 0.17% -
HSV(B) 141.51º 0.75% 0.28% -
XYZ 2.84 4.77 2.52 -
YUV 51.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 18 71 37 0.75 0 0.48 0.72 141.51 0.6 0.17
Hex 12 47 25 4B 0 30 48 8E 3C 11
Octal 22 107 45 113 0 60 110 216 74 21
Binary 10010 1000111 100101 1001011 0 110000 1001000 10001110 111100 10001

Color Harmonies of #124725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124725

Black with #124725

Text Example


Text Example

White with #124725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124725; }

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

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

background-color css

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

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

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

border-color css

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

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

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