Html Css Color HEX #267165 Genoa

📋 copy color: '#267165'

red 38 ◦ green 113 ◦ blue 101

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

Shades of Genoa #267165

Tints of Genoa #267165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 15.08%
G = 44.84%
B = 40.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#267165 (or 0x267165) is known color: Genoa. HEX triplet: 26, 71 and 65. RGB value is (38,113,101). Sum of RGB (Red+Green+Blue) = 38+113+101=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #267165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267165 is #D98E9A. Grayscale: #595959. Windows color (decimal): -14257819 or 6648102. OLE color: 6648102.

HSL color Cylindrical-coordinate representation of color #267165: hue angle of 170.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267165 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 101 -
CMYK 0.66 0 0.11 0.56
HSL 170.4º 0.5% 0.3% -
HSV(B) 170.4º 0.66% 0.44% -
XYZ 9.05 13.16 14.38 -
YUV 89.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 38 113 101 0.66 0 0.11 0.56 170.4 0.5 0.3
Hex 26 71 65 42 0 B 38 AA 32 1E
Octal 46 161 145 102 0 13 70 252 62 36
Binary 100110 1110001 1100101 1000010 0 1011 111000 10101010 110010 11110

Color Harmonies of #267165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267165

Black with #267165

Text Example


Text Example

White with #267165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267165; }

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

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

background-color css

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

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

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

border-color css

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

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

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