Html Css Color HEX #5F833D Dingley

📋 copy color: '#5F833D'

red 95 ◦ green 131 ◦ blue 61

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

Shades of Dingley #5F833D

Tints of Dingley #5F833D

RGB

 RED value IS 95 (37.5% from 255) = 33.1%

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 33.1%
G = 45.64%
B = 21.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#5F833D (or 0x5F833D) is known color: Dingley. HEX triplet: 5F, 83 and 3D. RGB value is (95,131,61). Sum of RGB (Red+Green+Blue) = 95+131+61=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #5F833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F833D is #A07CC2. Grayscale: #707070. Windows color (decimal): -10517699 or 4031327. OLE color: 4031327.

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

Color convert

RGB 95 131 61 -
CMYK 0.27 0 0.53 0.49
HSL 90.86º 0.36% 0.38% -
HSV(B) 90.86º 0.53% 0.51% -
XYZ 13.68 19 7.36 -
YUV 112.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 95 131 61 0.27 0 0.53 0.49 90.86 0.36 0.38
Hex 5F 83 3D 1B 0 35 31 5B 24 26
Octal 137 203 75 33 0 65 61 133 44 46
Binary 1011111 10000011 111101 11011 0 110101 110001 1011011 100100 100110

Color Harmonies of #5F833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F833D

Black with #5F833D

Text Example


Text Example

White with #5F833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,131,61); }

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

background-color css

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

 a { background-color: rgb(95,131,61); }

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

border-color css

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

 span { border-color: rgb(95,131,61); }

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