Html Css Color HEX #267462 Genoa

📋 copy color: '#267462'

red 38 ◦ green 116 ◦ blue 98

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

Shades of Genoa #267462

Tints of Genoa #267462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 15.08%
G = 46.03%
B = 38.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#267462 (or 0x267462) is known color: Genoa. HEX triplet: 26, 74 and 62. RGB value is (38,116,98). Sum of RGB (Red+Green+Blue) = 38+116+98=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #267462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267462 is #D98B9D. Grayscale: #5A5A5A. Windows color (decimal): -14257054 or 6452262. OLE color: 6452262.

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

Color convert

RGB 38 116 98 -
CMYK 0.67 0 0.16 0.55
HSL 166.15º 0.51% 0.3% -
HSV(B) 166.15º 0.67% 0.45% -
XYZ 9.25 13.78 13.73 -
YUV 90.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 38 116 98 0.67 0 0.16 0.55 166.15 0.51 0.3
Hex 26 74 62 43 0 10 37 A6 33 1E
Octal 46 164 142 103 0 20 67 246 63 36
Binary 100110 1110100 1100010 1000011 0 10000 110111 10100110 110011 11110

Color Harmonies of #267462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267462

Black with #267462

Text Example


Text Example

White with #267462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267462; }

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

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

background-color css

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

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

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

border-color css

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

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

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