Html Css Color HEX #62813C Dingley

📋 copy color: '#62813C'

red 98 ◦ green 129 ◦ blue 60

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

Shades of Dingley #62813C

Tints of Dingley #62813C

RGB

 RED value IS 98 (38.67% from 255) = 34.15%

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 34.15%
G = 44.95%
B = 20.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#62813C (or 0x62813C) is known color: Dingley. HEX triplet: 62, 81 and 3C. RGB value is (98,129,60). Sum of RGB (Red+Green+Blue) = 98+129+60=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #62813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62813C is #9D7EC3. Grayscale: #707070. Windows color (decimal): -10321604 or 3965282. OLE color: 3965282.

HSL color Cylindrical-coordinate representation of color #62813C: hue angle of 86.96º degrees, saturation: 0.37, 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 #62813C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 60 -
CMYK 0.24 0 0.53 0.49
HSL 86.96º 0.37% 0.37% -
HSV(B) 86.96º 0.53% 0.51% -
XYZ 13.7 18.62 7.15 -
YUV 111.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 98 129 60 0.24 0 0.53 0.49 86.96 0.37 0.37
Hex 62 81 3C 18 0 35 31 57 25 25
Octal 142 201 74 30 0 65 61 127 45 45
Binary 1100010 10000001 111100 11000 0 110101 110001 1010111 100101 100101

Color Harmonies of #62813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62813C

Black with #62813C

Text Example


Text Example

White with #62813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62813C; }

 p { color: rgb(98,129,60); }

 H1.HeaderClassName
 {
   color: #62813C;
 }
 .AnyTagClassName
 {
   color: #62813C;
 }
</style>

background-color css

<style>
 a { background-color: #62813C; }

 a { background-color: rgb(98,129,60); }

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

border-color css

<style>
 span { border-color: #62813C; }

 span { border-color: rgb(98,129,60); }

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