Html Css Color HEX #134834 Sherwood Green

📋 copy color: '#134834'

red 19 ◦ green 72 ◦ blue 52

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

Shades of Sherwood Green #134834

Tints of Sherwood Green #134834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 13.29%
G = 50.35%
B = 36.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#134834 (or 0x134834) is known color: Sherwood Green. HEX triplet: 13, 48 and 34. RGB value is (19,72,52). Sum of RGB (Red+Green+Blue) = 19+72+52=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #134834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134834 is #ECB7CB. Grayscale: #353535. Windows color (decimal): -15513548 or 3426323. OLE color: 3426323.

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

Color convert

RGB 19 72 52 -
CMYK 0.74 0 0.28 0.72
HSL 157.36º 0.58% 0.18% -
HSV(B) 157.36º 0.74% 0.28% -
XYZ 3.21 5.02 4.05 -
YUV 53.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 19 72 52 0.74 0 0.28 0.72 157.36 0.58 0.18
Hex 13 48 34 4A 0 1C 48 9D 3A 12
Octal 23 110 64 112 0 34 110 235 72 22
Binary 10011 1001000 110100 1001010 0 11100 1001000 10011101 111010 10010

Color Harmonies of #134834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134834

Black with #134834

Text Example


Text Example

White with #134834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134834; }

 p { color: rgb(19,72,52); }

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

background-color css

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

 a { background-color: rgb(19,72,52); }

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

border-color css

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

 span { border-color: rgb(19,72,52); }

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