Html Css Color HEX #65913F Dingley

📋 copy color: '#65913F'

red 101 ◦ green 145 ◦ blue 63

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

Shades of Dingley #65913F

Tints of Dingley #65913F

RGB

 RED value IS 101 (39.84% from 255) = 32.69%

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 32.69%
G = 46.93%
B = 20.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#65913F (or 0x65913F) is known color: Dingley. HEX triplet: 65, 91 and 3F. RGB value is (101,145,63). Sum of RGB (Red+Green+Blue) = 101+145+63=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #65913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65913F is #9A6EC0. Grayscale: #7A7A7A. Windows color (decimal): -10120897 or 4165989. OLE color: 4165989.

HSL color Cylindrical-coordinate representation of color #65913F: hue angle of 92.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65913F is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 63 -
CMYK 0.30 0 0.57 0.43
HSL 92.2º 0.39% 0.41% -
HSV(B) 92.2º 0.57% 0.57% -
XYZ 16.39 23.38 8.35 -
YUV 122.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 101 145 63 0.30 0 0.57 0.43 92.2 0.39 0.41
Hex 65 91 3F 1E 0 39 2B 5C 27 29
Octal 145 221 77 36 0 71 53 134 47 51
Binary 1100101 10010001 111111 11110 0 111001 101011 1011100 100111 101001

Color Harmonies of #65913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65913F

Black with #65913F

Text Example


Text Example

White with #65913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65913F; }

 p { color: rgb(101,145,63); }

 H1.HeaderClassName
 {
   color: #65913F;
 }
 .AnyTagClassName
 {
   color: #65913F;
 }
</style>

background-color css

<style>
 a { background-color: #65913F; }

 a { background-color: rgb(101,145,63); }

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

border-color css

<style>
 span { border-color: #65913F; }

 span { border-color: rgb(101,145,63); }

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