Html Css Color HEX #5E7B42 Dingley

📋 copy color: '#5E7B42'

red 94 ◦ green 123 ◦ blue 66

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

Shades of Dingley #5E7B42

Tints of Dingley #5E7B42

RGB

 RED value IS 94 (37.11% from 255) = 33.22%

 GREEN value IS 123 (48.44% from 255) = 43.46%

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 33.22%
G = 43.46%
B = 23.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#5E7B42 (or 0x5E7B42) is known color: Dingley. HEX triplet: 5E, 7B and 42. RGB value is (94,123,66). Sum of RGB (Red+Green+Blue) = 94+123+66=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B42 is #A184BD. Grayscale: #6C6C6C. Windows color (decimal): -10585278 or 4356958. OLE color: 4356958.

HSL color Cylindrical-coordinate representation of color #5E7B42: hue angle of 90.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E7B42 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 66 -
CMYK 0.24 0 0.46 0.52
HSL 90.53º 0.3% 0.37% -
HSV(B) 90.53º 0.46% 0.48% -
XYZ 12.68 16.94 7.76 -
YUV 107.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 94 123 66 0.24 0 0.46 0.52 90.53 0.3 0.37
Hex 5E 7B 42 18 0 2E 34 5B 1E 25
Octal 136 173 102 30 0 56 64 133 36 45
Binary 1011110 1111011 1000010 11000 0 101110 110100 1011011 11110 100101

Color Harmonies of #5E7B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B42

Black with #5E7B42

Text Example


Text Example

White with #5E7B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7B42; }

 p { color: rgb(94,123,66); }

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

background-color css

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

 a { background-color: rgb(94,123,66); }

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

border-color css

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

 span { border-color: rgb(94,123,66); }

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