Html Css Color HEX #267360 Genoa

📋 copy color: '#267360'

red 38 ◦ green 115 ◦ blue 96

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

Shades of Genoa #267360

Tints of Genoa #267360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 15.26%
G = 46.18%
B = 38.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#267360 (or 0x267360) is known color: Genoa. HEX triplet: 26, 73 and 60. RGB value is (38,115,96). Sum of RGB (Red+Green+Blue) = 38+115+96=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #267360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267360 is #D98C9F. Grayscale: #595959. Windows color (decimal): -14257312 or 6320934. OLE color: 6320934.

HSL color Cylindrical-coordinate representation of color #267360: hue angle of 165.19º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267360 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 115 96 -
CMYK 0.67 0 0.17 0.55
HSL 165.19º 0.5% 0.3% -
HSV(B) 165.19º 0.67% 0.45% -
XYZ 9.04 13.52 13.2 -
YUV 89.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 38 115 96 0.67 0 0.17 0.55 165.19 0.5 0.3
Hex 26 73 60 43 0 11 37 A5 32 1E
Octal 46 163 140 103 0 21 67 245 62 36
Binary 100110 1110011 1100000 1000011 0 10001 110111 10100101 110010 11110

Color Harmonies of #267360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267360

Black with #267360

Text Example


Text Example

White with #267360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267360; }

 p { color: rgb(38,115,96); }

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

background-color css

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

 a { background-color: rgb(38,115,96); }

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

border-color css

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

 span { border-color: rgb(38,115,96); }

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