Html Css Color HEX #267473 Elm

📋 copy color: '#267473'

red 38 ◦ green 116 ◦ blue 115

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

Shades of Elm #267473

Tints of Elm #267473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 14.13%
G = 43.12%
B = 42.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#267473 (or 0x267473) is known color: Elm. HEX triplet: 26, 74 and 73. RGB value is (38,116,115). Sum of RGB (Red+Green+Blue) = 38+116+115=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #267473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267473 is #D98B8C. Grayscale: #5C5C5C. Windows color (decimal): -14257037 or 7566374. OLE color: 7566374.

HSL color Cylindrical-coordinate representation of color #267473: hue angle of 179.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267473 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 116 115 -
CMYK 0.67 0 0.01 0.55
HSL 179.23º 0.51% 0.3% -
HSV(B) 179.23º 0.67% 0.45% -
XYZ 10.14 14.14 18.41 -
YUV 92.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 38 116 115 0.67 0 0.01 0.55 179.23 0.51 0.3
Hex 26 74 73 43 0 1 37 B3 33 1E
Octal 46 164 163 103 0 1 67 263 63 36
Binary 100110 1110100 1110011 1000011 0 1 110111 10110011 110011 11110

Color Harmonies of #267473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267473

Black with #267473

Text Example


Text Example

White with #267473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267473; }

 p { color: rgb(38,116,115); }

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

background-color css

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

 a { background-color: rgb(38,116,115); }

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

border-color css

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

 span { border-color: rgb(38,116,115); }

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