Html Css Color HEX #134434 Sherwood Green

📋 copy color: '#134434'

red 19 ◦ green 68 ◦ blue 52

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

Shades of Sherwood Green #134434

Tints of Sherwood Green #134434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.92%

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

R = 13.67%
G = 48.92%
B = 37.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#134434 (or 0x134434) is known color: Sherwood Green. HEX triplet: 13, 44 and 34. RGB value is (19,68,52). Sum of RGB (Red+Green+Blue) = 19+68+52=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #134434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134434 is #ECBBCB. Grayscale: #333333. Windows color (decimal): -15514572 or 3425299. OLE color: 3425299.

HSL color Cylindrical-coordinate representation of color #134434: hue angle of 160.41º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134434 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 52 -
CMYK 0.72 0 0.24 0.73
HSL 160.41º 0.56% 0.17% -
HSV(B) 160.41º 0.72% 0.27% -
XYZ 2.96 4.52 3.97 -
YUV 51.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 19 68 52 0.72 0 0.24 0.73 160.41 0.56 0.17
Hex 13 44 34 48 0 18 49 A0 38 11
Octal 23 104 64 110 0 30 111 240 70 21
Binary 10011 1000100 110100 1001000 0 11000 1001001 10100000 111000 10001

Color Harmonies of #134434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134434

Black with #134434

Text Example


Text Example

White with #134434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134434; }

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

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

background-color css

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

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

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

border-color css

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

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

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