Html Css Color HEX #61813D Dingley

📋 copy color: '#61813D'

red 97 ◦ green 129 ◦ blue 61

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

Shades of Dingley #61813D

Tints of Dingley #61813D

RGB

 RED value IS 97 (38.28% from 255) = 33.8%

 GREEN value IS 129 (50.78% from 255) = 44.95%

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

R = 33.8%
G = 44.95%
B = 21.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#61813D (or 0x61813D) is known color: Dingley. HEX triplet: 61, 81 and 3D. RGB value is (97,129,61). Sum of RGB (Red+Green+Blue) = 97+129+61=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #61813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61813D is #9E7EC2. Grayscale: #6F6F6F. Windows color (decimal): -10387139 or 4030817. OLE color: 4030817.

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

Color convert

RGB 97 129 61 -
CMYK 0.25 0 0.53 0.49
HSL 88.24º 0.36% 0.37% -
HSV(B) 88.24º 0.53% 0.51% -
XYZ 13.62 18.58 7.28 -
YUV 111.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 97 129 61 0.25 0 0.53 0.49 88.24 0.36 0.37
Hex 61 81 3D 19 0 35 31 58 24 25
Octal 141 201 75 31 0 65 61 130 44 45
Binary 1100001 10000001 111101 11001 0 110101 110001 1011000 100100 100101

Color Harmonies of #61813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61813D

Black with #61813D

Text Example


Text Example

White with #61813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61813D; }

 p { color: rgb(97,129,61); }

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

background-color css

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

 a { background-color: rgb(97,129,61); }

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

border-color css

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

 span { border-color: rgb(97,129,61); }

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