Html Css Color HEX #267774 Elm

📋 copy color: '#267774'

red 38 ◦ green 119 ◦ blue 116

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

Shades of Elm #267774

Tints of Elm #267774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 13.92%
G = 43.59%
B = 42.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#267774 (or 0x267774) is known color: Elm. HEX triplet: 26, 77 and 74. RGB value is (38,119,116). Sum of RGB (Red+Green+Blue) = 38+119+116=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #267774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267774 is #D9888B. Grayscale: #5E5E5E. Windows color (decimal): -14256268 or 7632678. OLE color: 7632678.

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

Color convert

RGB 38 119 116 -
CMYK 0.68 0 0.03 0.53
HSL 177.78º 0.52% 0.31% -
HSV(B) 177.78º 0.68% 0.47% -
XYZ 10.55 14.87 18.84 -
YUV 94.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 38 119 116 0.68 0 0.03 0.53 177.78 0.52 0.31
Hex 26 77 74 44 0 3 35 B2 34 1F
Octal 46 167 164 104 0 3 65 262 64 37
Binary 100110 1110111 1110100 1000100 0 11 110101 10110010 110100 11111

Color Harmonies of #267774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267774

Black with #267774

Text Example


Text Example

White with #267774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267774; }

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

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

background-color css

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

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

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

border-color css

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

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

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