Html Css Color HEX #124730 Zuccini

📋 copy color: '#124730'

red 18 ◦ green 71 ◦ blue 48

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

Shades of Zuccini #124730

Tints of Zuccini #124730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.82%

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

R = 13.14%
G = 51.82%
B = 35.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#124730 (or 0x124730) is known color: Zuccini. HEX triplet: 12, 47 and 30. RGB value is (18,71,48). Sum of RGB (Red+Green+Blue) = 18+71+48=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #124730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124730 is #EDB8CF. Grayscale: #343434. Windows color (decimal): -15579344 or 3163922. OLE color: 3163922.

HSL color Cylindrical-coordinate representation of color #124730: hue angle of 153.96º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124730 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 48 -
CMYK 0.75 0 0.32 0.72
HSL 153.96º 0.6% 0.17% -
HSV(B) 153.96º 0.75% 0.28% -
XYZ 3.04 4.85 3.57 -
YUV 52.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 18 71 48 0.75 0 0.32 0.72 153.96 0.6 0.17
Hex 12 47 30 4B 0 20 48 9A 3C 11
Octal 22 107 60 113 0 40 110 232 74 21
Binary 10010 1000111 110000 1001011 0 100000 1001000 10011010 111100 10001

Color Harmonies of #124730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124730

Black with #124730

Text Example


Text Example

White with #124730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124730; }

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

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

background-color css

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

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

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

border-color css

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

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

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