Html Css Color HEX #368779 Genoa

📋 copy color: '#368779'

red 54 ◦ green 135 ◦ blue 121

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

Shades of Genoa #368779

Tints of Genoa #368779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 17.42%
G = 43.55%
B = 39.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#368779 (or 0x368779) is known color: Genoa. HEX triplet: 36, 87 and 79. RGB value is (54,135,121). Sum of RGB (Red+Green+Blue) = 54+135+121=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #368779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368779 is #C97886. Grayscale: #6D6D6D. Windows color (decimal): -13203591 or 7964470. OLE color: 7964470.

HSL color Cylindrical-coordinate representation of color #368779: hue angle of 169.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368779 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 121 -
CMYK 0.60 0 0.10 0.47
HSL 169.63º 0.43% 0.37% -
HSV(B) 169.63º 0.6% 0.53% -
XYZ 13.64 19.49 21.13 -
YUV 109.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 54 135 121 0.60 0 0.10 0.47 169.63 0.43 0.37
Hex 36 87 79 3C 0 A 2F AA 2B 25
Octal 66 207 171 74 0 12 57 252 53 45
Binary 110110 10000111 1111001 111100 0 1010 101111 10101010 101011 100101

Color Harmonies of #368779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368779

Black with #368779

Text Example


Text Example

White with #368779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368779; }

 p { color: rgb(54,135,121); }

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

background-color css

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

 a { background-color: rgb(54,135,121); }

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

border-color css

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

 span { border-color: rgb(54,135,121); }

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