Html Css Color HEX #124326 Zuccini

📋 copy color: '#124326'

red 18 ◦ green 67 ◦ blue 38

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

Shades of Zuccini #124326

Tints of Zuccini #124326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

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

R = 14.63%
G = 54.47%
B = 30.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#124326 (or 0x124326) is known color: Zuccini. HEX triplet: 12, 43 and 26. RGB value is (18,67,38). Sum of RGB (Red+Green+Blue) = 18+67+38=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #124326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124326 is #EDBCD9. Grayscale: #313131. Windows color (decimal): -15580378 or 2507538. OLE color: 2507538.

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

Color convert

RGB 18 67 38 -
CMYK 0.73 0 0.43 0.74
HSL 144.49º 0.58% 0.17% -
HSV(B) 144.49º 0.73% 0.26% -
XYZ 2.61 4.28 2.52 -
YUV 49.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 18 67 38 0.73 0 0.43 0.74 144.49 0.58 0.17
Hex 12 43 26 49 0 2B 4A 90 3A 11
Octal 22 103 46 111 0 53 112 220 72 21
Binary 10010 1000011 100110 1001001 0 101011 1001010 10010000 111010 10001

Color Harmonies of #124326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124326

Black with #124326

Text Example


Text Example

White with #124326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124326; }

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

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

background-color css

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

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

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

border-color css

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

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

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