Html Css Color HEX #124630 Zuccini

📋 copy color: '#124630'

red 18 ◦ green 70 ◦ blue 48

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

Shades of Zuccini #124630

Tints of Zuccini #124630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.47%

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 13.24%
G = 51.47%
B = 35.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#124630 (or 0x124630) is known color: Zuccini. HEX triplet: 12, 46 and 30. RGB value is (18,70,48). Sum of RGB (Red+Green+Blue) = 18+70+48=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #124630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124630 is #EDB9CF. Grayscale: #333333. Windows color (decimal): -15579600 or 3163666. OLE color: 3163666.

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

Color convert

RGB 18 70 48 -
CMYK 0.74 0 0.31 0.73
HSL 154.62º 0.59% 0.17% -
HSV(B) 154.62º 0.74% 0.27% -
XYZ 2.97 4.72 3.55 -
YUV 51.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 18 70 48 0.74 0 0.31 0.73 154.62 0.59 0.17
Hex 12 46 30 4A 0 1F 49 9B 3B 11
Octal 22 106 60 112 0 37 111 233 73 21
Binary 10010 1000110 110000 1001010 0 11111 1001001 10011011 111011 10001

Color Harmonies of #124630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124630

Black with #124630

Text Example


Text Example

White with #124630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124630; }

 p { color: rgb(18,70,48); }

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

background-color css

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

 a { background-color: rgb(18,70,48); }

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

border-color css

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

 span { border-color: rgb(18,70,48); }

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