Html Css Color HEX #124227 Zuccini

📋 copy color: '#124227'

red 18 ◦ green 66 ◦ blue 39

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

Shades of Zuccini #124227

Tints of Zuccini #124227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 14.63%
G = 53.66%
B = 31.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#124227 (or 0x124227) is known color: Zuccini. HEX triplet: 12, 42 and 27. RGB value is (18,66,39). Sum of RGB (Red+Green+Blue) = 18+66+39=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #124227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124227 is #EDBDD8. Grayscale: #303030. Windows color (decimal): -15580633 or 2572818. OLE color: 2572818.

HSL color Cylindrical-coordinate representation of color #124227: hue angle of 146.25º 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 #124227 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 39 -
CMYK 0.73 0 0.41 0.74
HSL 146.25º 0.57% 0.16% -
HSV(B) 146.25º 0.73% 0.26% -
XYZ 2.56 4.17 2.59 -
YUV 48.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 18 66 39 0.73 0 0.41 0.74 146.25 0.57 0.16
Hex 12 42 27 49 0 29 4A 92 39 10
Octal 22 102 47 111 0 51 112 222 71 20
Binary 10010 1000010 100111 1001001 0 101001 1001010 10010010 111001 10000

Color Harmonies of #124227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124227

Black with #124227

Text Example


Text Example

White with #124227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124227; }

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

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

background-color css

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

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

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

border-color css

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

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

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