Html Css Color HEX #134435 Sherwood Green

📋 copy color: '#134435'

red 19 ◦ green 68 ◦ blue 53

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

Shades of Sherwood Green #134435

Tints of Sherwood Green #134435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.86%

R = 13.57%
G = 48.57%
B = 37.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#134435 (or 0x134435) is known color: Sherwood Green. HEX triplet: 13, 44 and 35. RGB value is (19,68,53). Sum of RGB (Red+Green+Blue) = 19+68+53=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #134435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134435 is #ECBBCA. Grayscale: #333333. Windows color (decimal): -15514571 or 3490835. OLE color: 3490835.

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

Color convert

RGB 19 68 53 -
CMYK 0.72 0 0.22 0.73
HSL 161.63º 0.56% 0.17% -
HSV(B) 161.63º 0.72% 0.27% -
XYZ 2.98 4.53 4.09 -
YUV 51.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 19 68 53 0.72 0 0.22 0.73 161.63 0.56 0.17
Hex 13 44 35 48 0 16 49 A2 38 11
Octal 23 104 65 110 0 26 111 242 70 21
Binary 10011 1000100 110101 1001000 0 10110 1001001 10100010 111000 10001

Color Harmonies of #134435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134435

Black with #134435

Text Example


Text Example

White with #134435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134435; }

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

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

background-color css

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

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

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

border-color css

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

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

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