Html Css Color HEX #124925 Zuccini

📋 copy color: '#124925'

red 18 ◦ green 73 ◦ blue 37

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

Shades of Zuccini #124925

Tints of Zuccini #124925

RGB

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

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

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

R = 14.06%
G = 57.03%
B = 28.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#124925 (or 0x124925) is known color: Zuccini. HEX triplet: 12, 49 and 25. RGB value is (18,73,37). Sum of RGB (Red+Green+Blue) = 18+73+37=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #124925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124925 is #EDB6DA. Grayscale: #343434. Windows color (decimal): -15578843 or 2443538. OLE color: 2443538.

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

Color convert

RGB 18 73 37 -
CMYK 0.75 0 0.49 0.71
HSL 140.73º 0.6% 0.18% -
HSV(B) 140.73º 0.75% 0.29% -
XYZ 2.97 5.03 2.56 -
YUV 52.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 18 73 37 0.75 0 0.49 0.71 140.73 0.6 0.18
Hex 12 49 25 4B 0 31 47 8D 3C 12
Octal 22 111 45 113 0 61 107 215 74 22
Binary 10010 1001001 100101 1001011 0 110001 1000111 10001101 111100 10010

Color Harmonies of #124925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124925

Black with #124925

Text Example


Text Example

White with #124925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124925; }

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

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

background-color css

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

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

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

border-color css

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

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

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