Html Css Color HEX #124926 Zuccini

📋 copy color: '#124926'

red 18 ◦ green 73 ◦ blue 38

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

Shades of Zuccini #124926

Tints of Zuccini #124926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 13.95%
G = 56.59%
B = 29.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#124926 (or 0x124926) is known color: Zuccini. HEX triplet: 12, 49 and 26. RGB value is (18,73,38). Sum of RGB (Red+Green+Blue) = 18+73+38=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #124926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124926 is #EDB6D9. Grayscale: #343434. Windows color (decimal): -15578842 or 2509074. OLE color: 2509074.

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

Color convert

RGB 18 73 38 -
CMYK 0.75 0 0.48 0.71
HSL 141.82º 0.6% 0.18% -
HSV(B) 141.82º 0.75% 0.29% -
XYZ 2.98 5.03 2.65 -
YUV 52.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 18 73 38 0.75 0 0.48 0.71 141.82 0.6 0.18
Hex 12 49 26 4B 0 30 47 8E 3C 12
Octal 22 111 46 113 0 60 107 216 74 22
Binary 10010 1001001 100110 1001011 0 110000 1000111 10001110 111100 10010

Color Harmonies of #124926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124926

Black with #124926

Text Example


Text Example

White with #124926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124926; }

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

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

background-color css

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

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

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

border-color css

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

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

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