Html Css Color HEX #368275 Genoa

📋 copy color: '#368275'

red 54 ◦ green 130 ◦ blue 117

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

Shades of Genoa #368275

Tints of Genoa #368275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 17.94%
G = 43.19%
B = 38.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#368275 (or 0x368275) is known color: Genoa. HEX triplet: 36, 82 and 75. RGB value is (54,130,117). Sum of RGB (Red+Green+Blue) = 54+130+117=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #368275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368275 is #C97D8A. Grayscale: #696969. Windows color (decimal): -13204875 or 7701046. OLE color: 7701046.

HSL color Cylindrical-coordinate representation of color #368275: hue angle of 169.74º 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 #368275 is Cyan = 0.58, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 117 -
CMYK 0.58 0 0.1 0.49
HSL 169.74º 0.41% 0.36% -
HSV(B) 169.74º 0.58% 0.51% -
XYZ 12.71 18.03 19.64 -
YUV 105.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 54 130 117 0.58 0 0.1 0.49 169.74 0.41 0.36
Hex 36 82 75 3A 0 A 31 AA 29 24
Octal 66 202 165 72 0 12 61 252 51 44
Binary 110110 10000010 1110101 111010 0 1010 110001 10101010 101001 100100

Color Harmonies of #368275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368275

Black with #368275

Text Example


Text Example

White with #368275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368275; }

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

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

background-color css

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

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

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

border-color css

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

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

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