Html Css Color HEX #134633 Sherwood Green

📋 copy color: '#134633'

red 19 ◦ green 70 ◦ blue 51

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

Shades of Sherwood Green #134633

Tints of Sherwood Green #134633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50%

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 13.57%
G = 50%
B = 36.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#134633 (or 0x134633) is known color: Sherwood Green. HEX triplet: 13, 46 and 33. RGB value is (19,70,51). Sum of RGB (Red+Green+Blue) = 19+70+51=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #134633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134633 is #ECB9CC. Grayscale: #343434. Windows color (decimal): -15514061 or 3360275. OLE color: 3360275.

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

Color convert

RGB 19 70 51 -
CMYK 0.73 0 0.27 0.73
HSL 157.65º 0.57% 0.17% -
HSV(B) 157.65º 0.73% 0.27% -
XYZ 3.06 4.76 3.89 -
YUV 52.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 19 70 51 0.73 0 0.27 0.73 157.65 0.57 0.17
Hex 13 46 33 49 0 1B 49 9E 39 11
Octal 23 106 63 111 0 33 111 236 71 21
Binary 10011 1000110 110011 1001001 0 11011 1001001 10011110 111001 10001

Color Harmonies of #134633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134633

Black with #134633

Text Example


Text Example

White with #134633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134633; }

 p { color: rgb(19,70,51); }

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

background-color css

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

 a { background-color: rgb(19,70,51); }

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

border-color css

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

 span { border-color: rgb(19,70,51); }

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