Html Css Color HEX #107448 Dark Spring Green

📋 copy color: '#107448'

red 16 ◦ green 116 ◦ blue 72

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

Shades of Dark Spring Green #107448

Tints of Dark Spring Green #107448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.86%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 7.84%
G = 56.86%
B = 35.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#107448 (or 0x107448) is known color: Dark Spring Green. HEX triplet: 10, 74 and 48. RGB value is (16,116,72). Sum of RGB (Red+Green+Blue) = 16+116+72=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #107448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107448 is #EF8BB7. Grayscale: #515151. Windows color (decimal): -15698872 or 4748304. OLE color: 4748304.

HSL color Cylindrical-coordinate representation of color #107448: hue angle of 153.6º 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 #107448 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 72 -
CMYK 0.86 0 0.38 0.55
HSL 153.6º 0.76% 0.26% -
HSV(B) 153.6º 0.86% 0.45% -
XYZ 7.63 13.07 8.25 -
YUV 81.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 16 116 72 0.86 0 0.38 0.55 153.6 0.76 0.26
Hex 10 74 48 56 0 26 37 9A 4C 1A
Octal 20 164 110 126 0 46 67 232 114 32
Binary 10000 1110100 1001000 1010110 0 100110 110111 10011010 1001100 11010

Color Harmonies of #107448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107448

Black with #107448

Text Example


Text Example

White with #107448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107448; }

 p { color: rgb(16,116,72); }

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

background-color css

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

 a { background-color: rgb(16,116,72); }

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

border-color css

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

 span { border-color: rgb(16,116,72); }

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