Html Css Color HEX #134033 Sherwood Green

📋 copy color: '#134033'

red 19 ◦ green 64 ◦ blue 51

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

Shades of Sherwood Green #134033

Tints of Sherwood Green #134033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

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

R = 14.18%
G = 47.76%
B = 38.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#134033 (or 0x134033) is known color: Sherwood Green. HEX triplet: 13, 40 and 33. RGB value is (19,64,51). Sum of RGB (Red+Green+Blue) = 19+64+51=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #134033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134033 is #ECBFCC. Grayscale: #313131. Windows color (decimal): -15515597 or 3358739. OLE color: 3358739.

HSL color Cylindrical-coordinate representation of color #134033: hue angle of 162.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134033 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 51 -
CMYK 0.70 0 0.20 0.75
HSL 162.67º 0.54% 0.16% -
HSV(B) 162.67º 0.7% 0.25% -
XYZ 2.7 4.04 3.77 -
YUV 49.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 19 64 51 0.70 0 0.20 0.75 162.67 0.54 0.16
Hex 13 40 33 46 0 14 4B A3 36 10
Octal 23 100 63 106 0 24 113 243 66 20
Binary 10011 1000000 110011 1000110 0 10100 1001011 10100011 110110 10000

Color Harmonies of #134033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134033

Black with #134033

Text Example


Text Example

White with #134033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134033; }

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

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

background-color css

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

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

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

border-color css

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

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

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