Html Css Color HEX #267772 Elm

📋 copy color: '#267772'

red 38 ◦ green 119 ◦ blue 114

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

Shades of Elm #267772

Tints of Elm #267772

RGB

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

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

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

R = 14.02%
G = 43.91%
B = 42.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#267772 (or 0x267772) is known color: Elm. HEX triplet: 26, 77 and 72. RGB value is (38,119,114). Sum of RGB (Red+Green+Blue) = 38+119+114=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #267772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267772 is #D9888D. Grayscale: #5E5E5E. Windows color (decimal): -14256270 or 7501606. OLE color: 7501606.

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

Color convert

RGB 38 119 114 -
CMYK 0.68 0 0.04 0.53
HSL 176.3º 0.52% 0.31% -
HSV(B) 176.3º 0.68% 0.47% -
XYZ 10.43 14.82 18.23 -
YUV 94.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 38 119 114 0.68 0 0.04 0.53 176.3 0.52 0.31
Hex 26 77 72 44 0 4 35 B0 34 1F
Octal 46 167 162 104 0 4 65 260 64 37
Binary 100110 1110111 1110010 1000100 0 100 110101 10110000 110100 11111

Color Harmonies of #267772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267772

Black with #267772

Text Example


Text Example

White with #267772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267772; }

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

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

background-color css

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

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

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

border-color css

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

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

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