Html Css Color HEX #134F3C Sherwood Green

📋 copy color: '#134F3C'

red 19 ◦ green 79 ◦ blue 60

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

Shades of Sherwood Green #134F3C

Tints of Sherwood Green #134F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 12.03%
G = 50%
B = 37.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#134F3C (or 0x134F3C) is known color: Sherwood Green. HEX triplet: 13, 4F and 3C. RGB value is (19,79,60). Sum of RGB (Red+Green+Blue) = 19+79+60=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #134F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F3C is #ECB0C3. Grayscale: #3A3A3A. Windows color (decimal): -15511748 or 3952403. OLE color: 3952403.

HSL color Cylindrical-coordinate representation of color #134F3C: hue angle of 161º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F3C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 60 -
CMYK 0.76 0 0.24 0.69
HSL 161º 0.61% 0.19% -
HSV(B) 161º 0.76% 0.31% -
XYZ 3.88 6.06 5.24 -
YUV 58.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 19 79 60 0.76 0 0.24 0.69 161 0.61 0.19
Hex 13 4F 3C 4C 0 18 45 A1 3D 13
Octal 23 117 74 114 0 30 105 241 75 23
Binary 10011 1001111 111100 1001100 0 11000 1000101 10100001 111101 10011

Color Harmonies of #134F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F3C

Black with #134F3C

Text Example


Text Example

White with #134F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,60); }

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

background-color css

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

 a { background-color: rgb(19,79,60); }

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

border-color css

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

 span { border-color: rgb(19,79,60); }

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