Html Css Color HEX #10734A Dark Spring Green

📋 copy color: '#10734A'

red 16 ◦ green 115 ◦ blue 74

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

Shades of Dark Spring Green #10734A

Tints of Dark Spring Green #10734A

RGB

 RED value IS 16 (6.64% from 255) = 7.8%

 GREEN value IS 115 (45.31% from 255) = 56.1%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 7.8%
G = 56.1%
B = 36.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#10734A (or 0x10734A) is known color: Dark Spring Green. HEX triplet: 10, 73 and 4A. RGB value is (16,115,74). Sum of RGB (Red+Green+Blue) = 16+115+74=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #10734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10734A is #EF8CB5. Grayscale: #505050. Windows color (decimal): -15699126 or 4879120. OLE color: 4879120.

HSL color Cylindrical-coordinate representation of color #10734A: hue angle of 155.15º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10734A is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 115 74 -
CMYK 0.86 0 0.36 0.55
HSL 155.15º 0.76% 0.26% -
HSV(B) 155.15º 0.86% 0.45% -
XYZ 7.58 12.87 8.56 -
YUV 80.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 16 115 74 0.86 0 0.36 0.55 155.15 0.76 0.26
Hex 10 73 4A 56 0 24 37 9B 4C 1A
Octal 20 163 112 126 0 44 67 233 114 32
Binary 10000 1110011 1001010 1010110 0 100100 110111 10011011 1001100 11010

Color Harmonies of #10734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10734A

Black with #10734A

Text Example


Text Example

White with #10734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,115,74); }

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

background-color css

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

 a { background-color: rgb(16,115,74); }

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

border-color css

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

 span { border-color: rgb(16,115,74); }

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