Html Css Color HEX #134527 Zuccini

📋 copy color: '#134527'

red 19 ◦ green 69 ◦ blue 39

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

Shades of Zuccini #134527

Tints of Zuccini #134527

RGB

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

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

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

R = 14.96%
G = 54.33%
B = 30.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#134527 (or 0x134527) is known color: Zuccini. HEX triplet: 13, 45 and 27. RGB value is (19,69,39). Sum of RGB (Red+Green+Blue) = 19+69+39=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #134527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134527 is #ECBAD8. Grayscale: #323232. Windows color (decimal): -15514329 or 2573587. OLE color: 2573587.

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

Color convert

RGB 19 69 39 -
CMYK 0.72 0 0.43 0.73
HSL 144º 0.57% 0.17% -
HSV(B) 144º 0.72% 0.27% -
XYZ 2.76 4.54 2.65 -
YUV 50.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 19 69 39 0.72 0 0.43 0.73 144 0.57 0.17
Hex 13 45 27 48 0 2B 49 90 39 11
Octal 23 105 47 110 0 53 111 220 71 21
Binary 10011 1000101 100111 1001000 0 101011 1001001 10010000 111001 10001

Color Harmonies of #134527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134527

Black with #134527

Text Example


Text Example

White with #134527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134527; }

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

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

background-color css

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

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

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

border-color css

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

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

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