Html Css Color HEX #267065 Genoa

📋 copy color: '#267065'

red 38 ◦ green 112 ◦ blue 101

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

Shades of Genoa #267065

Tints of Genoa #267065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 15.14%
G = 44.62%
B = 40.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#267065 (or 0x267065) is known color: Genoa. HEX triplet: 26, 70 and 65. RGB value is (38,112,101). Sum of RGB (Red+Green+Blue) = 38+112+101=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #267065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267065 is #D98F9A. Grayscale: #585858. Windows color (decimal): -14258075 or 6647846. OLE color: 6647846.

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

Color convert

RGB 38 112 101 -
CMYK 0.66 0 0.10 0.56
HSL 171.08º 0.49% 0.29% -
HSV(B) 171.08º 0.66% 0.44% -
XYZ 8.94 12.94 14.34 -
YUV 88.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 38 112 101 0.66 0 0.10 0.56 171.08 0.49 0.29
Hex 26 70 65 42 0 A 38 AB 31 1D
Octal 46 160 145 102 0 12 70 253 61 35
Binary 100110 1110000 1100101 1000010 0 1010 111000 10101011 110001 11101

Color Harmonies of #267065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267065

Black with #267065

Text Example


Text Example

White with #267065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267065; }

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

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

background-color css

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

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

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

border-color css

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

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

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