Html Css Color HEX #26704C Dark Spring Green

📋 copy color: '#26704C'

red 38 ◦ green 112 ◦ blue 76

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

Shades of Dark Spring Green #26704C

Tints of Dark Spring Green #26704C

RGB

 RED value IS 38 (15.23% from 255) = 16.81%

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 16.81%
G = 49.56%
B = 33.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#26704C (or 0x26704C) is known color: Dark Spring Green. HEX triplet: 26, 70 and 4C. RGB value is (38,112,76). Sum of RGB (Red+Green+Blue) = 38+112+76=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #26704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26704C is #D98FB3. Grayscale: #555555. Windows color (decimal): -14258100 or 5009446. OLE color: 5009446.

HSL color Cylindrical-coordinate representation of color #26704C: hue angle of 150.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26704C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 112 76 -
CMYK 0.66 0 0.32 0.56
HSL 150.81º 0.49% 0.29% -
HSV(B) 150.81º 0.66% 0.44% -
XYZ 7.9 12.52 8.84 -
YUV 85.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 38 112 76 0.66 0 0.32 0.56 150.81 0.49 0.29
Hex 26 70 4C 42 0 20 38 97 31 1D
Octal 46 160 114 102 0 40 70 227 61 35
Binary 100110 1110000 1001100 1000010 0 100000 111000 10010111 110001 11101

Color Harmonies of #26704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26704C

Black with #26704C

Text Example


Text Example

White with #26704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,112,76); }

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

background-color css

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

 a { background-color: rgb(38,112,76); }

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

border-color css

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

 span { border-color: rgb(38,112,76); }

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