Html Css Color HEX #61843A Dingley

📋 copy color: '#61843A'

red 97 ◦ green 132 ◦ blue 58

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

Shades of Dingley #61843A

Tints of Dingley #61843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 33.8%
G = 45.99%
B = 20.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#61843A (or 0x61843A) is known color: Dingley. HEX triplet: 61, 84 and 3A. RGB value is (97,132,58). Sum of RGB (Red+Green+Blue) = 97+132+58=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #61843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61843A is #9E7BC5. Grayscale: #717171. Windows color (decimal): -10386374 or 3834977. OLE color: 3834977.

HSL color Cylindrical-coordinate representation of color #61843A: hue angle of 88.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61843A is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 58 -
CMYK 0.27 0 0.56 0.48
HSL 88.38º 0.39% 0.37% -
HSV(B) 88.38º 0.56% 0.52% -
XYZ 13.94 19.35 7 -
YUV 113.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 97 132 58 0.27 0 0.56 0.48 88.38 0.39 0.37
Hex 61 84 3A 1B 0 38 30 58 27 25
Octal 141 204 72 33 0 70 60 130 47 45
Binary 1100001 10000100 111010 11011 0 111000 110000 1011000 100111 100101

Color Harmonies of #61843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61843A

Black with #61843A

Text Example


Text Example

White with #61843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61843A; }

 p { color: rgb(97,132,58); }

 H1.HeaderClassName
 {
   color: #61843A;
 }
 .AnyTagClassName
 {
   color: #61843A;
 }
</style>

background-color css

<style>
 a { background-color: #61843A; }

 a { background-color: rgb(97,132,58); }

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

border-color css

<style>
 span { border-color: #61843A; }

 span { border-color: rgb(97,132,58); }

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