Html Css Color HEX #134938 Sherwood Green

📋 copy color: '#134938'

red 19 ◦ green 73 ◦ blue 56

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

Shades of Sherwood Green #134938

Tints of Sherwood Green #134938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.32%

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

R = 12.84%
G = 49.32%
B = 37.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#134938 (or 0x134938) is known color: Sherwood Green. HEX triplet: 13, 49 and 38. RGB value is (19,73,56). Sum of RGB (Red+Green+Blue) = 19+73+56=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #134938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134938 is #ECB6C7. Grayscale: #363636. Windows color (decimal): -15513288 or 3688723. OLE color: 3688723.

HSL color Cylindrical-coordinate representation of color #134938: hue angle of 161.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134938 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 56 -
CMYK 0.74 0 0.23 0.71
HSL 161.11º 0.59% 0.18% -
HSV(B) 161.11º 0.74% 0.29% -
XYZ 3.36 5.19 4.57 -
YUV 54.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 19 73 56 0.74 0 0.23 0.71 161.11 0.59 0.18
Hex 13 49 38 4A 0 17 47 A1 3B 12
Octal 23 111 70 112 0 27 107 241 73 22
Binary 10011 1001001 111000 1001010 0 10111 1000111 10100001 111011 10010

Color Harmonies of #134938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134938

Black with #134938

Text Example


Text Example

White with #134938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134938; }

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

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

background-color css

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

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

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

border-color css

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

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

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