Html Css Color HEX #504B2D Thatch Green

📋 copy color: '#504B2D'

red 80 ◦ green 75 ◦ blue 45

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

Shades of Thatch Green #504B2D

Tints of Thatch Green #504B2D

RGB

 RED value IS 80 (31.64% from 255) = 40%

 GREEN value IS 75 (29.69% from 255) = 37.5%

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 40%
G = 37.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#504B2D (or 0x504B2D) is known color: Thatch Green. HEX triplet: 50, 4B and 2D. RGB value is (80,75,45). Sum of RGB (Red+Green+Blue) = 80+75+45=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B2D is #AFB4D2. Grayscale: #494949. Windows color (decimal): -11515091 or 2968400. OLE color: 2968400.

HSL color Cylindrical-coordinate representation of color #504B2D: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504B2D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 45 -
CMYK 0 0.06 0.44 0.69
HSL 51.43º 0.28% 0.25% -
HSV(B) 51.43º 0.44% 0.31% -
XYZ 6.3 6.93 3.49 -
YUV 73.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 80 75 45 0 0.06 0.44 0.69 51.43 0.28 0.25
Hex 50 4B 2D 0 6 2C 45 33 1C 19
Octal 120 113 55 0 6 54 105 63 34 31
Binary 1010000 1001011 101101 0 110 101100 1000101 110011 11100 11001

Color Harmonies of #504B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B2D

Black with #504B2D

Text Example


Text Example

White with #504B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504B2D; }

 p { color: rgb(80,75,45); }

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

background-color css

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

 a { background-color: rgb(80,75,45); }

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

border-color css

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

 span { border-color: rgb(80,75,45); }

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