Html Css Color HEX #134335 Sherwood Green

📋 copy color: '#134335'

red 19 ◦ green 67 ◦ blue 53

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

Shades of Sherwood Green #134335

Tints of Sherwood Green #134335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

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

R = 13.67%
G = 48.2%
B = 38.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#134335 (or 0x134335) is known color: Sherwood Green. HEX triplet: 13, 43 and 35. RGB value is (19,67,53). Sum of RGB (Red+Green+Blue) = 19+67+53=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #134335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134335 is #ECBCCA. Grayscale: #333333. Windows color (decimal): -15514827 or 3490579. OLE color: 3490579.

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

Color convert

RGB 19 67 53 -
CMYK 0.72 0 0.21 0.74
HSL 162.5º 0.56% 0.17% -
HSV(B) 162.5º 0.72% 0.26% -
XYZ 2.92 4.41 4.07 -
YUV 51.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 19 67 53 0.72 0 0.21 0.74 162.5 0.56 0.17
Hex 13 43 35 48 0 15 4A A2 38 11
Octal 23 103 65 110 0 25 112 242 70 21
Binary 10011 1000011 110101 1001000 0 10101 1001010 10100010 111000 10001

Color Harmonies of #134335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134335

Black with #134335

Text Example


Text Example

White with #134335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134335; }

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

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

background-color css

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

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

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

border-color css

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

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

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