Html Css Color HEX #368273 Genoa

📋 copy color: '#368273'

red 54 ◦ green 130 ◦ blue 115

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

Shades of Genoa #368273

Tints of Genoa #368273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 18.06%
G = 43.48%
B = 38.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#368273 (or 0x368273) is known color: Genoa. HEX triplet: 36, 82 and 73. RGB value is (54,130,115). Sum of RGB (Red+Green+Blue) = 54+130+115=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #368273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368273 is #C97D8C. Grayscale: #696969. Windows color (decimal): -13204877 or 7569974. OLE color: 7569974.

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

Color convert

RGB 54 130 115 -
CMYK 0.58 0 0.12 0.49
HSL 168.16º 0.41% 0.36% -
HSV(B) 168.16º 0.58% 0.51% -
XYZ 12.6 17.99 19.03 -
YUV 105.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 54 130 115 0.58 0 0.12 0.49 168.16 0.41 0.36
Hex 36 82 73 3A 0 C 31 A8 29 24
Octal 66 202 163 72 0 14 61 250 51 44
Binary 110110 10000010 1110011 111010 0 1100 110001 10101000 101001 100100

Color Harmonies of #368273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368273

Black with #368273

Text Example


Text Example

White with #368273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368273; }

 p { color: rgb(54,130,115); }

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

background-color css

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

 a { background-color: rgb(54,130,115); }

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

border-color css

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

 span { border-color: rgb(54,130,115); }

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