Html Css Color HEX #134838 Sherwood Green

📋 copy color: '#134838'

red 19 ◦ green 72 ◦ blue 56

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

Shades of Sherwood Green #134838

Tints of Sherwood Green #134838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 12.93%
G = 48.98%
B = 38.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#134838 (or 0x134838) is known color: Sherwood Green. HEX triplet: 13, 48 and 38. RGB value is (19,72,56). Sum of RGB (Red+Green+Blue) = 19+72+56=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #134838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134838 is #ECB7C7. Grayscale: #363636. Windows color (decimal): -15513544 or 3688467. OLE color: 3688467.

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

Color convert

RGB 19 72 56 -
CMYK 0.74 0 0.22 0.72
HSL 161.89º 0.58% 0.18% -
HSV(B) 161.89º 0.74% 0.28% -
XYZ 3.3 5.06 4.54 -
YUV 54.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 19 72 56 0.74 0 0.22 0.72 161.89 0.58 0.18
Hex 13 48 38 4A 0 16 48 A2 3A 12
Octal 23 110 70 112 0 26 110 242 72 22
Binary 10011 1001000 111000 1001010 0 10110 1001000 10100010 111010 10010

Color Harmonies of #134838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134838

Black with #134838

Text Example


Text Example

White with #134838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134838; }

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

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

background-color css

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

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

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

border-color css

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

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

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