Html Css Color HEX #267361 Genoa

📋 copy color: '#267361'

red 38 ◦ green 115 ◦ blue 97

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

Shades of Genoa #267361

Tints of Genoa #267361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 15.2%
G = 46%
B = 38.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#267361 (or 0x267361) is known color: Genoa. HEX triplet: 26, 73 and 61. RGB value is (38,115,97). Sum of RGB (Red+Green+Blue) = 38+115+97=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #267361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267361 is #D98C9E. Grayscale: #595959. Windows color (decimal): -14257311 or 6386470. OLE color: 6386470.

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

Color convert

RGB 38 115 97 -
CMYK 0.67 0 0.16 0.55
HSL 165.97º 0.5% 0.3% -
HSV(B) 165.97º 0.67% 0.45% -
XYZ 9.09 13.54 13.44 -
YUV 89.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 38 115 97 0.67 0 0.16 0.55 165.97 0.5 0.3
Hex 26 73 61 43 0 10 37 A6 32 1E
Octal 46 163 141 103 0 20 67 246 62 36
Binary 100110 1110011 1100001 1000011 0 10000 110111 10100110 110010 11110

Color Harmonies of #267361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267361

Black with #267361

Text Example


Text Example

White with #267361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267361; }

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

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

background-color css

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

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

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

border-color css

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

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

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