Html Css Color HEX #368374 Genoa

📋 copy color: '#368374'

red 54 ◦ green 131 ◦ blue 116

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

Shades of Genoa #368374

Tints of Genoa #368374

RGB

 RED value IS 54 (21.48% from 255) = 17.94%

 GREEN value IS 131 (51.56% from 255) = 43.52%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 17.94%
G = 43.52%
B = 38.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#368374 (or 0x368374) is known color: Genoa. HEX triplet: 36, 83 and 74. RGB value is (54,131,116). Sum of RGB (Red+Green+Blue) = 54+131+116=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #368374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368374 is #C97C8B. Grayscale: #6A6A6A. Windows color (decimal): -13204620 or 7635766. OLE color: 7635766.

HSL color Cylindrical-coordinate representation of color #368374: hue angle of 168.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368374 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 116 -
CMYK 0.59 0 0.11 0.49
HSL 168.31º 0.42% 0.36% -
HSV(B) 168.31º 0.59% 0.51% -
XYZ 12.79 18.28 19.38 -
YUV 106.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 54 131 116 0.59 0 0.11 0.49 168.31 0.42 0.36
Hex 36 83 74 3B 0 B 31 A8 2A 24
Octal 66 203 164 73 0 13 61 250 52 44
Binary 110110 10000011 1110100 111011 0 1011 110001 10101000 101010 100100

Color Harmonies of #368374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368374

Black with #368374

Text Example


Text Example

White with #368374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368374; }

 p { color: rgb(54,131,116); }

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

background-color css

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

 a { background-color: rgb(54,131,116); }

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

border-color css

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

 span { border-color: rgb(54,131,116); }

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