Html Css Color HEX #134530 Zuccini

📋 copy color: '#134530'

red 19 ◦ green 69 ◦ blue 48

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

Shades of Zuccini #134530

Tints of Zuccini #134530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 13.97%
G = 50.74%
B = 35.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#134530 (or 0x134530) is known color: Zuccini. HEX triplet: 13, 45 and 30. RGB value is (19,69,48). Sum of RGB (Red+Green+Blue) = 19+69+48=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #134530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134530 is #ECBACF. Grayscale: #333333. Windows color (decimal): -15514320 or 3163411. OLE color: 3163411.

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

Color convert

RGB 19 69 48 -
CMYK 0.72 0 0.30 0.73
HSL 154.8º 0.57% 0.17% -
HSV(B) 154.8º 0.72% 0.27% -
XYZ 2.93 4.61 3.53 -
YUV 51.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 19 69 48 0.72 0 0.30 0.73 154.8 0.57 0.17
Hex 13 45 30 48 0 1E 49 9B 39 11
Octal 23 105 60 110 0 36 111 233 71 21
Binary 10011 1000101 110000 1001000 0 11110 1001001 10011011 111001 10001

Color Harmonies of #134530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134530

Black with #134530

Text Example


Text Example

White with #134530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134530; }

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

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

background-color css

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

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

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

border-color css

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

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

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