Html Css Color HEX #267368 Genoa

📋 copy color: '#267368'

red 38 ◦ green 115 ◦ blue 104

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

Shades of Genoa #267368

Tints of Genoa #267368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 14.79%
G = 44.75%
B = 40.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#267368 (or 0x267368) is known color: Genoa. HEX triplet: 26, 73 and 68. RGB value is (38,115,104). Sum of RGB (Red+Green+Blue) = 38+115+104=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #267368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267368 is #D98C97. Grayscale: #5A5A5A. Windows color (decimal): -14257304 or 6845222. OLE color: 6845222.

HSL color Cylindrical-coordinate representation of color #267368: hue angle of 171.43º 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 #267368 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 115 104 -
CMYK 0.67 0 0.10 0.55
HSL 171.43º 0.5% 0.3% -
HSV(B) 171.43º 0.67% 0.45% -
XYZ 9.43 13.67 15.24 -
YUV 90.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 38 115 104 0.67 0 0.10 0.55 171.43 0.5 0.3
Hex 26 73 68 43 0 A 37 AB 32 1E
Octal 46 163 150 103 0 12 67 253 62 36
Binary 100110 1110011 1101000 1000011 0 1010 110111 10101011 110010 11110

Color Harmonies of #267368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267368

Black with #267368

Text Example


Text Example

White with #267368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267368; }

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

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

background-color css

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

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

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

border-color css

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

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

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