Html Css Color HEX #5C7C3A Dingley

📋 copy color: '#5C7C3A'

red 92 ◦ green 124 ◦ blue 58

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

Shades of Dingley #5C7C3A

Tints of Dingley #5C7C3A

RGB

 RED value IS 92 (36.33% from 255) = 33.58%

 GREEN value IS 124 (48.83% from 255) = 45.26%

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 33.58%
G = 45.26%
B = 21.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#5C7C3A (or 0x5C7C3A) is known color: Dingley. HEX triplet: 5C, 7C and 3A. RGB value is (92,124,58). Sum of RGB (Red+Green+Blue) = 92+124+58=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7C3A is #A383C5. Grayscale: #6B6B6B. Windows color (decimal): -10716102 or 3832924. OLE color: 3832924.

HSL color Cylindrical-coordinate representation of color #5C7C3A: hue angle of 89.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7C3A is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 58 -
CMYK 0.26 0 0.53 0.51
HSL 89.09º 0.36% 0.36% -
HSV(B) 89.09º 0.53% 0.49% -
XYZ 12.39 17 6.63 -
YUV 106.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 92 124 58 0.26 0 0.53 0.51 89.09 0.36 0.36
Hex 5C 7C 3A 1A 0 35 33 59 24 24
Octal 134 174 72 32 0 65 63 131 44 44
Binary 1011100 1111100 111010 11010 0 110101 110011 1011001 100100 100100

Color Harmonies of #5C7C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C3A

Black with #5C7C3A

Text Example


Text Example

White with #5C7C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,124,58); }

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

background-color css

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

 a { background-color: rgb(92,124,58); }

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

border-color css

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

 span { border-color: rgb(92,124,58); }

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