Html Css Color HEX #267367 Genoa

📋 copy color: '#267367'

red 38 ◦ green 115 ◦ blue 103

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

Shades of Genoa #267367

Tints of Genoa #267367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 14.84%
G = 44.92%
B = 40.23%

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

#267367 (or 0x267367) is known color: Genoa. HEX triplet: 26, 73 and 67. RGB value is (38,115,103). Sum of RGB (Red+Green+Blue) = 38+115+103=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #267367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267367 is #D98C98. Grayscale: #5A5A5A. Windows color (decimal): -14257305 or 6779686. OLE color: 6779686.

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

Color convert

RGB 38 115 103 -
CMYK 0.67 0 0.10 0.55
HSL 170.65º 0.5% 0.3% -
HSV(B) 170.65º 0.67% 0.45% -
XYZ 9.38 13.65 14.97 -
YUV 90.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 38 115 103 0.67 0 0.10 0.55 170.65 0.5 0.3
Hex 26 73 67 43 0 A 37 AB 32 1E
Octal 46 163 147 103 0 12 67 253 62 36
Binary 100110 1110011 1100111 1000011 0 1010 110111 10101011 110010 11110

Color Harmonies of #267367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267367

Black with #267367

Text Example


Text Example

White with #267367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267367; }

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

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

background-color css

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

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

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

border-color css

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

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

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