Html Css Color HEX #134733 Sherwood Green

📋 copy color: '#134733'

red 19 ◦ green 71 ◦ blue 51

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

Shades of Sherwood Green #134733

Tints of Sherwood Green #134733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 13.48%
G = 50.35%
B = 36.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#134733 (or 0x134733) is known color: Sherwood Green. HEX triplet: 13, 47 and 33. RGB value is (19,71,51). Sum of RGB (Red+Green+Blue) = 19+71+51=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #134733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134733 is #ECB8CC. Grayscale: #353535. Windows color (decimal): -15513805 or 3360531. OLE color: 3360531.

HSL color Cylindrical-coordinate representation of color #134733: hue angle of 156.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134733 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 51 -
CMYK 0.73 0 0.28 0.72
HSL 156.92º 0.58% 0.18% -
HSV(B) 156.92º 0.73% 0.28% -
XYZ 3.12 4.88 3.91 -
YUV 53.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 19 71 51 0.73 0 0.28 0.72 156.92 0.58 0.18
Hex 13 47 33 49 0 1C 48 9D 3A 12
Octal 23 107 63 111 0 34 110 235 72 22
Binary 10011 1000111 110011 1001001 0 11100 1001000 10011101 111010 10010

Color Harmonies of #134733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134733

Black with #134733

Text Example


Text Example

White with #134733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134733; }

 p { color: rgb(19,71,51); }

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

background-color css

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

 a { background-color: rgb(19,71,51); }

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

border-color css

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

 span { border-color: rgb(19,71,51); }

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