Html Css Color HEX #134332 Sherwood Green

📋 copy color: '#134332'

red 19 ◦ green 67 ◦ blue 50

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

Shades of Sherwood Green #134332

Tints of Sherwood Green #134332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 13.97%
G = 49.26%
B = 36.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#134332 (or 0x134332) is known color: Sherwood Green. HEX triplet: 13, 43 and 32. RGB value is (19,67,50). Sum of RGB (Red+Green+Blue) = 19+67+50=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #134332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134332 is #ECBCCD. Grayscale: #323232. Windows color (decimal): -15514830 or 3293971. OLE color: 3293971.

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

Color convert

RGB 19 67 50 -
CMYK 0.72 0 0.25 0.74
HSL 158.75º 0.56% 0.17% -
HSV(B) 158.75º 0.72% 0.26% -
XYZ 2.85 4.38 3.71 -
YUV 50.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 19 67 50 0.72 0 0.25 0.74 158.75 0.56 0.17
Hex 13 43 32 48 0 19 4A 9F 38 11
Octal 23 103 62 110 0 31 112 237 70 21
Binary 10011 1000011 110010 1001000 0 11001 1001010 10011111 111000 10001

Color Harmonies of #134332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134332

Black with #134332

Text Example


Text Example

White with #134332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134332; }

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

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

background-color css

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

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

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

border-color css

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

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

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