Html Css Color HEX #267067 Genoa

📋 copy color: '#267067'

red 38 ◦ green 112 ◦ blue 103

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

Shades of Genoa #267067

Tints of Genoa #267067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 15.02%
G = 44.27%
B = 40.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#267067 (or 0x267067) is known color: Genoa. HEX triplet: 26, 70 and 67. RGB value is (38,112,103). Sum of RGB (Red+Green+Blue) = 38+112+103=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #267067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267067 is #D98F98. Grayscale: #585858. Windows color (decimal): -14258073 or 6778918. OLE color: 6778918.

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

Color convert

RGB 38 112 103 -
CMYK 0.66 0 0.08 0.56
HSL 172.7º 0.49% 0.29% -
HSV(B) 172.7º 0.66% 0.44% -
XYZ 9.04 12.98 14.86 -
YUV 88.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 38 112 103 0.66 0 0.08 0.56 172.7 0.49 0.29
Hex 26 70 67 42 0 8 38 AD 31 1D
Octal 46 160 147 102 0 10 70 255 61 35
Binary 100110 1110000 1100111 1000010 0 1000 111000 10101101 110001 11101

Color Harmonies of #267067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267067

Black with #267067

Text Example


Text Example

White with #267067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267067; }

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

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

background-color css

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

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

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

border-color css

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

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

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