Html Css Color HEX #134133 Sherwood Green

📋 copy color: '#134133'

red 19 ◦ green 65 ◦ blue 51

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

Shades of Sherwood Green #134133

Tints of Sherwood Green #134133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.15%

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

R = 14.07%
G = 48.15%
B = 37.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#134133 (or 0x134133) is known color: Sherwood Green. HEX triplet: 13, 41 and 33. RGB value is (19,65,51). Sum of RGB (Red+Green+Blue) = 19+65+51=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #134133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134133 is #ECBECC. Grayscale: #313131. Windows color (decimal): -15515341 or 3358995. OLE color: 3358995.

HSL color Cylindrical-coordinate representation of color #134133: hue angle of 161.74º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134133 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 51 -
CMYK 0.71 0 0.22 0.75
HSL 161.74º 0.55% 0.16% -
HSV(B) 161.74º 0.71% 0.25% -
XYZ 2.76 4.16 3.79 -
YUV 49.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 19 65 51 0.71 0 0.22 0.75 161.74 0.55 0.16
Hex 13 41 33 47 0 16 4B A2 37 10
Octal 23 101 63 107 0 26 113 242 67 20
Binary 10011 1000001 110011 1000111 0 10110 1001011 10100010 110111 10000

Color Harmonies of #134133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134133

Black with #134133

Text Example


Text Example

White with #134133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134133; }

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

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

background-color css

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

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

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

border-color css

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

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

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