Html Css Color HEX #267066 Genoa

📋 copy color: '#267066'

red 38 ◦ green 112 ◦ blue 102

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

Shades of Genoa #267066

Tints of Genoa #267066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 15.08%
G = 44.44%
B = 40.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#267066 (or 0x267066) is known color: Genoa. HEX triplet: 26, 70 and 66. RGB value is (38,112,102). Sum of RGB (Red+Green+Blue) = 38+112+102=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #267066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267066 is #D98F99. Grayscale: #585858. Windows color (decimal): -14258074 or 6713382. OLE color: 6713382.

HSL color Cylindrical-coordinate representation of color #267066: hue angle of 171.89º 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 #267066 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 112 102 -
CMYK 0.66 0 0.09 0.56
HSL 171.89º 0.49% 0.29% -
HSV(B) 171.89º 0.66% 0.44% -
XYZ 8.99 12.96 14.6 -
YUV 88.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 38 112 102 0.66 0 0.09 0.56 171.89 0.49 0.29
Hex 26 70 66 42 0 9 38 AC 31 1D
Octal 46 160 146 102 0 11 70 254 61 35
Binary 100110 1110000 1100110 1000010 0 1001 111000 10101100 110001 11101

Color Harmonies of #267066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267066

Black with #267066

Text Example


Text Example

White with #267066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267066; }

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

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

background-color css

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

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

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

border-color css

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

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

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