Html Css Color HEX #124226 Zuccini

📋 copy color: '#124226'

red 18 ◦ green 66 ◦ blue 38

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

Shades of Zuccini #124226

Tints of Zuccini #124226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 14.75%
G = 54.1%
B = 31.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#124226 (or 0x124226) is known color: Zuccini. HEX triplet: 12, 42 and 26. RGB value is (18,66,38). Sum of RGB (Red+Green+Blue) = 18+66+38=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #124226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124226 is #EDBDD9. Grayscale: #303030. Windows color (decimal): -15580634 or 2507282. OLE color: 2507282.

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

Color convert

RGB 18 66 38 -
CMYK 0.73 0 0.42 0.74
HSL 145º 0.57% 0.16% -
HSV(B) 145º 0.73% 0.26% -
XYZ 2.55 4.16 2.5 -
YUV 48.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 18 66 38 0.73 0 0.42 0.74 145 0.57 0.16
Hex 12 42 26 49 0 2A 4A 91 39 10
Octal 22 102 46 111 0 52 112 221 71 20
Binary 10010 1000010 100110 1001001 0 101010 1001010 10010001 111001 10000

Color Harmonies of #124226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124226

Black with #124226

Text Example


Text Example

White with #124226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124226; }

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

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

background-color css

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

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

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

border-color css

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

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

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