Html Css Color HEX #134833 Sherwood Green

📋 copy color: '#134833'

red 19 ◦ green 72 ◦ blue 51

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

Shades of Sherwood Green #134833

Tints of Sherwood Green #134833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.7%

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

R = 13.38%
G = 50.7%
B = 35.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#134833 (or 0x134833) is known color: Sherwood Green. HEX triplet: 13, 48 and 33. RGB value is (19,72,51). Sum of RGB (Red+Green+Blue) = 19+72+51=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #134833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134833 is #ECB7CC. Grayscale: #353535. Windows color (decimal): -15513549 or 3360787. OLE color: 3360787.

HSL color Cylindrical-coordinate representation of color #134833: hue angle of 156.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134833 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 51 -
CMYK 0.74 0 0.29 0.72
HSL 156.23º 0.58% 0.18% -
HSV(B) 156.23º 0.74% 0.28% -
XYZ 3.18 5.01 3.93 -
YUV 53.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 19 72 51 0.74 0 0.29 0.72 156.23 0.58 0.18
Hex 13 48 33 4A 0 1D 48 9C 3A 12
Octal 23 110 63 112 0 35 110 234 72 22
Binary 10011 1001000 110011 1001010 0 11101 1001000 10011100 111010 10010

Color Harmonies of #134833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134833

Black with #134833

Text Example


Text Example

White with #134833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134833; }

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

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

background-color css

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

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

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

border-color css

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

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

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