Html Css Color HEX #134333 Sherwood Green

📋 copy color: '#134333'

red 19 ◦ green 67 ◦ blue 51

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

Shades of Sherwood Green #134333

Tints of Sherwood Green #134333

RGB

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

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

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

R = 13.87%
G = 48.91%
B = 37.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#134333 (or 0x134333) is known color: Sherwood Green. HEX triplet: 13, 43 and 33. RGB value is (19,67,51). Sum of RGB (Red+Green+Blue) = 19+67+51=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #134333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134333 is #ECBCCC. Grayscale: #323232. Windows color (decimal): -15514829 or 3359507. OLE color: 3359507.

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

Color convert

RGB 19 67 51 -
CMYK 0.72 0 0.24 0.74
HSL 160º 0.56% 0.17% -
HSV(B) 160º 0.72% 0.26% -
XYZ 2.87 4.39 3.83 -
YUV 50.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 19 67 51 0.72 0 0.24 0.74 160 0.56 0.17
Hex 13 43 33 48 0 18 4A A0 38 11
Octal 23 103 63 110 0 30 112 240 70 21
Binary 10011 1000011 110011 1001000 0 11000 1001010 10100000 111000 10001

Color Harmonies of #134333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134333

Black with #134333

Text Example


Text Example

White with #134333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134333; }

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

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

background-color css

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

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

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

border-color css

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

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

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