Html Css Color HEX #134227 Zuccini

📋 copy color: '#134227'

red 19 ◦ green 66 ◦ blue 39

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

Shades of Zuccini #134227

Tints of Zuccini #134227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.23%

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

R = 15.32%
G = 53.23%
B = 31.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#134227 (or 0x134227) is known color: Zuccini. HEX triplet: 13, 42 and 27. RGB value is (19,66,39). Sum of RGB (Red+Green+Blue) = 19+66+39=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #134227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134227 is #ECBDD8. Grayscale: #303030. Windows color (decimal): -15515097 or 2572819. OLE color: 2572819.

HSL color Cylindrical-coordinate representation of color #134227: hue angle of 145.53º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134227 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 39 -
CMYK 0.71 0 0.41 0.74
HSL 145.53º 0.55% 0.17% -
HSV(B) 145.53º 0.71% 0.26% -
XYZ 2.58 4.18 2.59 -
YUV 48.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 19 66 39 0.71 0 0.41 0.74 145.53 0.55 0.17
Hex 13 42 27 47 0 29 4A 92 37 11
Octal 23 102 47 107 0 51 112 222 67 21
Binary 10011 1000010 100111 1000111 0 101001 1001010 10010010 110111 10001

Color Harmonies of #134227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134227

Black with #134227

Text Example


Text Example

White with #134227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134227; }

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

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

background-color css

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

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

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

border-color css

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

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

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