Html Css Color HEX #267369 Genoa

📋 copy color: '#267369'

red 38 ◦ green 115 ◦ blue 105

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

Shades of Genoa #267369

Tints of Genoa #267369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 14.73%
G = 44.57%
B = 40.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#267369 (or 0x267369) is known color: Genoa. HEX triplet: 26, 73 and 69. RGB value is (38,115,105). Sum of RGB (Red+Green+Blue) = 38+115+105=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #267369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267369 is #D98C96. Grayscale: #5A5A5A. Windows color (decimal): -14257303 or 6910758. OLE color: 6910758.

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

Color convert

RGB 38 115 105 -
CMYK 0.67 0 0.09 0.55
HSL 172.21º 0.5% 0.3% -
HSV(B) 172.21º 0.67% 0.45% -
XYZ 9.48 13.69 15.51 -
YUV 90.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 38 115 105 0.67 0 0.09 0.55 172.21 0.5 0.3
Hex 26 73 69 43 0 9 37 AC 32 1E
Octal 46 163 151 103 0 11 67 254 62 36
Binary 100110 1110011 1101001 1000011 0 1001 110111 10101100 110010 11110

Color Harmonies of #267369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267369

Black with #267369

Text Example


Text Example

White with #267369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267369; }

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

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

background-color css

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

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

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

border-color css

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

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

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