Html Css Color HEX #267874 Elm

📋 copy color: '#267874'

red 38 ◦ green 120 ◦ blue 116

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

Shades of Elm #267874

Tints of Elm #267874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 13.87%
G = 43.8%
B = 42.34%

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

#267874 (or 0x267874) is known color: Elm. HEX triplet: 26, 78 and 74. RGB value is (38,120,116). Sum of RGB (Red+Green+Blue) = 38+120+116=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #267874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267874 is #D9878B. Grayscale: #5E5E5E. Windows color (decimal): -14256012 or 7632934. OLE color: 7632934.

HSL color Cylindrical-coordinate representation of color #267874: hue angle of 177.07º 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 #267874 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 120 116 -
CMYK 0.68 0 0.03 0.53
HSL 177.07º 0.52% 0.31% -
HSV(B) 177.07º 0.68% 0.47% -
XYZ 10.67 15.11 18.88 -
YUV 95.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 38 120 116 0.68 0 0.03 0.53 177.07 0.52 0.31
Hex 26 78 74 44 0 3 35 B1 34 1F
Octal 46 170 164 104 0 3 65 261 64 37
Binary 100110 1111000 1110100 1000100 0 11 110101 10110001 110100 11111

Color Harmonies of #267874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267874

Black with #267874

Text Example


Text Example

White with #267874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267874; }

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

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

background-color css

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

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

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

border-color css

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

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

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