Html Css Color HEX #267672 Elm

📋 copy color: '#267672'

red 38 ◦ green 118 ◦ blue 114

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

Shades of Elm #267672

Tints of Elm #267672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 14.07%
G = 43.7%
B = 42.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#267672 (or 0x267672) is known color: Elm. HEX triplet: 26, 76 and 72. RGB value is (38,118,114). Sum of RGB (Red+Green+Blue) = 38+118+114=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #267672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267672 is #D9898D. Grayscale: #5D5D5D. Windows color (decimal): -14256526 or 7501350. OLE color: 7501350.

HSL color Cylindrical-coordinate representation of color #267672: hue angle of 177º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267672 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 114 -
CMYK 0.68 0 0.03 0.54
HSL 177º 0.51% 0.31% -
HSV(B) 177º 0.68% 0.46% -
XYZ 10.32 14.58 18.19 -
YUV 93.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 38 118 114 0.68 0 0.03 0.54 177 0.51 0.31
Hex 26 76 72 44 0 3 36 B1 33 1F
Octal 46 166 162 104 0 3 66 261 63 37
Binary 100110 1110110 1110010 1000100 0 11 110110 10110001 110011 11111

Color Harmonies of #267672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267672

Black with #267672

Text Example


Text Example

White with #267672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267672; }

 p { color: rgb(38,118,114); }

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

background-color css

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

 a { background-color: rgb(38,118,114); }

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

border-color css

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

 span { border-color: rgb(38,118,114); }

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