Html Css Color HEX #124825 Zuccini

📋 copy color: '#124825'

red 18 ◦ green 72 ◦ blue 37

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

Shades of Zuccini #124825

Tints of Zuccini #124825

RGB

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

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

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

R = 14.17%
G = 56.69%
B = 29.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#124825 (or 0x124825) is known color: Zuccini. HEX triplet: 12, 48 and 25. RGB value is (18,72,37). Sum of RGB (Red+Green+Blue) = 18+72+37=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #124825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124825 is #EDB7DA. Grayscale: #333333. Windows color (decimal): -15579099 or 2443282. OLE color: 2443282.

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

Color convert

RGB 18 72 37 -
CMYK 0.75 0 0.49 0.72
HSL 141.11º 0.6% 0.18% -
HSV(B) 141.11º 0.75% 0.28% -
XYZ 2.9 4.9 2.54 -
YUV 51.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 18 72 37 0.75 0 0.49 0.72 141.11 0.6 0.18
Hex 12 48 25 4B 0 31 48 8D 3C 12
Octal 22 110 45 113 0 61 110 215 74 22
Binary 10010 1001000 100101 1001011 0 110001 1001000 10001101 111100 10010

Color Harmonies of #124825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124825

Black with #124825

Text Example


Text Example

White with #124825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124825; }

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

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

background-color css

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

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

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

border-color css

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

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

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