Html Css Color HEX #267465 Genoa

📋 copy color: '#267465'

red 38 ◦ green 116 ◦ blue 101

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

Shades of Genoa #267465

Tints of Genoa #267465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 14.9%
G = 45.49%
B = 39.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#267465 (or 0x267465) is known color: Genoa. HEX triplet: 26, 74 and 65. RGB value is (38,116,101). Sum of RGB (Red+Green+Blue) = 38+116+101=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #267465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267465 is #D98B9A. Grayscale: #5A5A5A. Windows color (decimal): -14257051 or 6648870. OLE color: 6648870.

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

Color convert

RGB 38 116 101 -
CMYK 0.67 0 0.13 0.55
HSL 168.46º 0.51% 0.3% -
HSV(B) 168.46º 0.67% 0.45% -
XYZ 9.39 13.84 14.49 -
YUV 90.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 38 116 101 0.67 0 0.13 0.55 168.46 0.51 0.3
Hex 26 74 65 43 0 D 37 A8 33 1E
Octal 46 164 145 103 0 15 67 250 63 36
Binary 100110 1110100 1100101 1000011 0 1101 110111 10101000 110011 11110

Color Harmonies of #267465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267465

Black with #267465

Text Example


Text Example

White with #267465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267465; }

 p { color: rgb(38,116,101); }

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

background-color css

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

 a { background-color: rgb(38,116,101); }

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

border-color css

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

 span { border-color: rgb(38,116,101); }

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