Html Css Color HEX #134430 Zuccini

📋 copy color: '#134430'

red 19 ◦ green 68 ◦ blue 48

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

Shades of Zuccini #134430

Tints of Zuccini #134430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 14.07%
G = 50.37%
B = 35.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#134430 (or 0x134430) is known color: Zuccini. HEX triplet: 13, 44 and 30. RGB value is (19,68,48). Sum of RGB (Red+Green+Blue) = 19+68+48=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #134430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134430 is #ECBBCF. Grayscale: #333333. Windows color (decimal): -15514576 or 3163155. OLE color: 3163155.

HSL color Cylindrical-coordinate representation of color #134430: hue angle of 155.51º degrees, saturation: 0.56, 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 #134430 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 48 -
CMYK 0.72 0 0.29 0.73
HSL 155.51º 0.56% 0.17% -
HSV(B) 155.51º 0.72% 0.27% -
XYZ 2.87 4.49 3.51 -
YUV 51.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 19 68 48 0.72 0 0.29 0.73 155.51 0.56 0.17
Hex 13 44 30 48 0 1D 49 9C 38 11
Octal 23 104 60 110 0 35 111 234 70 21
Binary 10011 1000100 110000 1001000 0 11101 1001001 10011100 111000 10001

Color Harmonies of #134430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134430

Black with #134430

Text Example


Text Example

White with #134430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134430; }

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

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

background-color css

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

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

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

border-color css

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

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

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