Html Css Color HEX #134C38 Sherwood Green

📋 copy color: '#134C38'

red 19 ◦ green 76 ◦ blue 56

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

Shades of Sherwood Green #134C38

Tints of Sherwood Green #134C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.33%

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

R = 12.58%
G = 50.33%
B = 37.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#134C38 (or 0x134C38) is known color: Sherwood Green. HEX triplet: 13, 4C and 38. RGB value is (19,76,56). Sum of RGB (Red+Green+Blue) = 19+76+56=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #134C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C38 is #ECB3C7. Grayscale: #383838. Windows color (decimal): -15512520 or 3689491. OLE color: 3689491.

HSL color Cylindrical-coordinate representation of color #134C38: hue angle of 158.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C38 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 56 -
CMYK 0.75 0 0.26 0.70
HSL 158.95º 0.6% 0.19% -
HSV(B) 158.95º 0.75% 0.3% -
XYZ 3.57 5.59 4.63 -
YUV 56.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 19 76 56 0.75 0 0.26 0.70 158.95 0.6 0.19
Hex 13 4C 38 4B 0 1A 46 9F 3C 13
Octal 23 114 70 113 0 32 106 237 74 23
Binary 10011 1001100 111000 1001011 0 11010 1000110 10011111 111100 10011

Color Harmonies of #134C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C38

Black with #134C38

Text Example


Text Example

White with #134C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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