Html Css Color HEX #134627 Zuccini

📋 copy color: '#134627'

red 19 ◦ green 70 ◦ blue 39

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

Shades of Zuccini #134627

Tints of Zuccini #134627

RGB

 RED value IS 19 (7.81% from 255) = 14.84%

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

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

R = 14.84%
G = 54.69%
B = 30.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#134627 (or 0x134627) is known color: Zuccini. HEX triplet: 13, 46 and 27. RGB value is (19,70,39). Sum of RGB (Red+Green+Blue) = 19+70+39=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #134627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134627 is #ECB9D8. Grayscale: #333333. Windows color (decimal): -15514073 or 2573843. OLE color: 2573843.

HSL color Cylindrical-coordinate representation of color #134627: hue angle of 143.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134627 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 39 -
CMYK 0.73 0 0.44 0.73
HSL 143.53º 0.57% 0.17% -
HSV(B) 143.53º 0.73% 0.27% -
XYZ 2.82 4.67 2.67 -
YUV 51.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 19 70 39 0.73 0 0.44 0.73 143.53 0.57 0.17
Hex 13 46 27 49 0 2C 49 90 39 11
Octal 23 106 47 111 0 54 111 220 71 21
Binary 10011 1000110 100111 1001001 0 101100 1001001 10010000 111001 10001

Color Harmonies of #134627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134627

Black with #134627

Text Example


Text Example

White with #134627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134627; }

 p { color: rgb(19,70,39); }

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

background-color css

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

 a { background-color: rgb(19,70,39); }

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

border-color css

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

 span { border-color: rgb(19,70,39); }

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