Html Css Color HEX #618338 Dingley

📋 copy color: '#618338'

red 97 ◦ green 131 ◦ blue 56

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

Shades of Dingley #618338

Tints of Dingley #618338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 34.15%
G = 46.13%
B = 19.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#618338 (or 0x618338) is known color: Dingley. HEX triplet: 61, 83 and 38. RGB value is (97,131,56). Sum of RGB (Red+Green+Blue) = 97+131+56=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #618338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618338 is #9E7CC7. Grayscale: #707070. Windows color (decimal): -10386632 or 3703649. OLE color: 3703649.

HSL color Cylindrical-coordinate representation of color #618338: hue angle of 87.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #618338 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 56 -
CMYK 0.26 0 0.57 0.49
HSL 87.2º 0.4% 0.37% -
HSV(B) 87.2º 0.57% 0.51% -
XYZ 13.76 19.06 6.7 -
YUV 112.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 97 131 56 0.26 0 0.57 0.49 87.2 0.4 0.37
Hex 61 83 38 1A 0 39 31 57 28 25
Octal 141 203 70 32 0 71 61 127 50 45
Binary 1100001 10000011 111000 11010 0 111001 110001 1010111 101000 100101

Color Harmonies of #618338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618338

Black with #618338

Text Example


Text Example

White with #618338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618338; }

 p { color: rgb(97,131,56); }

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

background-color css

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

 a { background-color: rgb(97,131,56); }

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

border-color css

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

 span { border-color: rgb(97,131,56); }

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