Html Css Color HEX #134C30 Zuccini

📋 copy color: '#134C30'

red 19 ◦ green 76 ◦ blue 48

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

Shades of Zuccini #134C30

Tints of Zuccini #134C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.15%

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

R = 13.29%
G = 53.15%
B = 33.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#134C30 (or 0x134C30) is known color: Zuccini. HEX triplet: 13, 4C and 30. RGB value is (19,76,48). Sum of RGB (Red+Green+Blue) = 19+76+48=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #134C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C30 is #ECB3CF. Grayscale: #373737. Windows color (decimal): -15512528 or 3165203. OLE color: 3165203.

HSL color Cylindrical-coordinate representation of color #134C30: hue angle of 150.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C30 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 48 -
CMYK 0.75 0 0.37 0.70
HSL 150.53º 0.6% 0.19% -
HSV(B) 150.53º 0.75% 0.3% -
XYZ 3.39 5.52 3.68 -
YUV 55.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 19 76 48 0.75 0 0.37 0.70 150.53 0.6 0.19
Hex 13 4C 30 4B 0 25 46 97 3C 13
Octal 23 114 60 113 0 45 106 227 74 23
Binary 10011 1001100 110000 1001011 0 100101 1000110 10010111 111100 10011

Color Harmonies of #134C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C30

Black with #134C30

Text Example


Text Example

White with #134C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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