Html Css Color HEX #134630 Zuccini

📋 copy color: '#134630'

red 19 ◦ green 70 ◦ blue 48

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

Shades of Zuccini #134630

Tints of Zuccini #134630

RGB

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

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

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

R = 13.87%
G = 51.09%
B = 35.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#134630 (or 0x134630) is known color: Zuccini. HEX triplet: 13, 46 and 30. RGB value is (19,70,48). Sum of RGB (Red+Green+Blue) = 19+70+48=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #134630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134630 is #ECB9CF. Grayscale: #343434. Windows color (decimal): -15514064 or 3163667. OLE color: 3163667.

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

Color convert

RGB 19 70 48 -
CMYK 0.73 0 0.31 0.73
HSL 154.12º 0.57% 0.17% -
HSV(B) 154.12º 0.73% 0.27% -
XYZ 2.99 4.73 3.55 -
YUV 52.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 19 70 48 0.73 0 0.31 0.73 154.12 0.57 0.17
Hex 13 46 30 49 0 1F 49 9A 39 11
Octal 23 106 60 111 0 37 111 232 71 21
Binary 10011 1000110 110000 1001001 0 11111 1001001 10011010 111001 10001

Color Harmonies of #134630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134630

Black with #134630

Text Example


Text Example

White with #134630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134630; }

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

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

background-color css

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

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

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

border-color css

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

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

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