Html Css Color HEX #264250 Green Vogue

📋 copy color: '#264250'

red 38 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #264250

Tints of Green Vogue #264250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 20.65%
G = 35.87%
B = 43.48%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#264250 (or 0x264250) is known color: Green Vogue. HEX triplet: 26, 42 and 50. RGB value is (38,66,80). Sum of RGB (Red+Green+Blue) = 38+66+80=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #264250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264250 is #D9BDAF. Grayscale: #3B3B3B. Windows color (decimal): -14269872 or 5259814. OLE color: 5259814.

HSL color Cylindrical-coordinate representation of color #264250: hue angle of 200º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264250 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 66 80 -
CMYK 0.52 0.17 0 0.69
HSL 200º 0.36% 0.23% -
HSV(B) 200º 0.53% 0.31% -
XYZ 4.2 4.89 8.31 -
YUV 59.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 38 66 80 0.52 0.17 0 0.69 200 0.36 0.23
Hex 26 42 50 34 11 0 45 C8 24 17
Octal 46 102 120 64 21 0 105 310 44 27
Binary 100110 1000010 1010000 110100 10001 0 1000101 11001000 100100 10111

Color Harmonies of #264250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264250

Black with #264250

Text Example


Text Example

White with #264250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264250; }

 p { color: rgb(38,66,80); }

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

background-color css

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

 a { background-color: rgb(38,66,80); }

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

border-color css

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

 span { border-color: rgb(38,66,80); }

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