Html Css Color HEX #135440 Sherwood Green

📋 copy color: '#135440'

red 19 ◦ green 84 ◦ blue 64

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

Shades of Sherwood Green #135440

Tints of Sherwood Green #135440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 11.38%
G = 50.3%
B = 38.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#135440 (or 0x135440) is known color: Sherwood Green. HEX triplet: 13, 54 and 40. RGB value is (19,84,64). Sum of RGB (Red+Green+Blue) = 19+84+64=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #135440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135440 is #ECABBF. Grayscale: #3E3E3E. Windows color (decimal): -15510464 or 4215827. OLE color: 4215827.

HSL color Cylindrical-coordinate representation of color #135440: hue angle of 161.54º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135440 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 64 -
CMYK 0.77 0 0.24 0.67
HSL 161.54º 0.63% 0.2% -
HSV(B) 161.54º 0.77% 0.33% -
XYZ 4.36 6.85 5.94 -
YUV 62.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 19 84 64 0.77 0 0.24 0.67 161.54 0.63 0.2
Hex 13 54 40 4D 0 18 43 A2 3F 14
Octal 23 124 100 115 0 30 103 242 77 24
Binary 10011 1010100 1000000 1001101 0 11000 1000011 10100010 111111 10100

Color Harmonies of #135440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135440

Black with #135440

Text Example


Text Example

White with #135440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135440; }

 p { color: rgb(19,84,64); }

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

background-color css

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

 a { background-color: rgb(19,84,64); }

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

border-color css

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

 span { border-color: rgb(19,84,64); }

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