Html Css Color HEX #124526 Zuccini

📋 copy color: '#124526'

red 18 ◦ green 69 ◦ blue 38

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

Shades of Zuccini #124526

Tints of Zuccini #124526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 14.4%
G = 55.2%
B = 30.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#124526 (or 0x124526) is known color: Zuccini. HEX triplet: 12, 45 and 26. RGB value is (18,69,38). Sum of RGB (Red+Green+Blue) = 18+69+38=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #124526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124526 is #EDBAD9. Grayscale: #323232. Windows color (decimal): -15579866 or 2508050. OLE color: 2508050.

HSL color Cylindrical-coordinate representation of color #124526: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124526 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 69 38 -
CMYK 0.74 0 0.45 0.73
HSL 143.53º 0.59% 0.17% -
HSV(B) 143.53º 0.74% 0.27% -
XYZ 2.73 4.52 2.56 -
YUV 50.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 18 69 38 0.74 0 0.45 0.73 143.53 0.59 0.17
Hex 12 45 26 4A 0 2D 49 90 3B 11
Octal 22 105 46 112 0 55 111 220 73 21
Binary 10010 1000101 100110 1001010 0 101101 1001001 10010000 111011 10001

Color Harmonies of #124526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124526

Black with #124526

Text Example


Text Example

White with #124526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124526; }

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

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

background-color css

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

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

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

border-color css

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

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

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