Html Css Color HEX #267775 Elm

📋 copy color: '#267775'

red 38 ◦ green 119 ◦ blue 117

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

Shades of Elm #267775

Tints of Elm #267775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 13.87%
G = 43.43%
B = 42.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#267775 (or 0x267775) is known color: Elm. HEX triplet: 26, 77 and 75. RGB value is (38,119,117). Sum of RGB (Red+Green+Blue) = 38+119+117=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #267775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267775 is #D9888A. Grayscale: #5E5E5E. Windows color (decimal): -14256267 or 7698214. OLE color: 7698214.

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

Color convert

RGB 38 119 117 -
CMYK 0.68 0 0.02 0.53
HSL 178.52º 0.52% 0.31% -
HSV(B) 178.52º 0.68% 0.47% -
XYZ 10.61 14.89 19.14 -
YUV 94.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 38 119 117 0.68 0 0.02 0.53 178.52 0.52 0.31
Hex 26 77 75 44 0 2 35 B3 34 1F
Octal 46 167 165 104 0 2 65 263 64 37
Binary 100110 1110111 1110101 1000100 0 10 110101 10110011 110100 11111

Color Harmonies of #267775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267775

Black with #267775

Text Example


Text Example

White with #267775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267775; }

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

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

background-color css

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

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

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

border-color css

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

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

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