Html Css Color HEX #124827 Zuccini

📋 copy color: '#124827'

red 18 ◦ green 72 ◦ blue 39

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

Shades of Zuccini #124827

Tints of Zuccini #124827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.81%

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

R = 13.95%
G = 55.81%
B = 30.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#124827 (or 0x124827) is known color: Zuccini. HEX triplet: 12, 48 and 27. RGB value is (18,72,39). Sum of RGB (Red+Green+Blue) = 18+72+39=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #124827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124827 is #EDB7D8. Grayscale: #343434. Windows color (decimal): -15579097 or 2574354. OLE color: 2574354.

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

Color convert

RGB 18 72 39 -
CMYK 0.75 0 0.46 0.72
HSL 143.33º 0.6% 0.18% -
HSV(B) 143.33º 0.75% 0.28% -
XYZ 2.93 4.91 2.71 -
YUV 52.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 18 72 39 0.75 0 0.46 0.72 143.33 0.6 0.18
Hex 12 48 27 4B 0 2E 48 8F 3C 12
Octal 22 110 47 113 0 56 110 217 74 22
Binary 10010 1001000 100111 1001011 0 101110 1001000 10001111 111100 10010

Color Harmonies of #124827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124827

Black with #124827

Text Example


Text Example

White with #124827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124827; }

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

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

background-color css

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

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

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

border-color css

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

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

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