Html Css Color HEX #368575 Genoa

📋 copy color: '#368575'

red 54 ◦ green 133 ◦ blue 117

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

Shades of Genoa #368575

Tints of Genoa #368575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 17.76%
G = 43.75%
B = 38.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#368575 (or 0x368575) is known color: Genoa. HEX triplet: 36, 85 and 75. RGB value is (54,133,117). Sum of RGB (Red+Green+Blue) = 54+133+117=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #368575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368575 is #C97A8A. Grayscale: #6B6B6B. Windows color (decimal): -13204107 or 7701814. OLE color: 7701814.

HSL color Cylindrical-coordinate representation of color #368575: hue angle of 167.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368575 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 117 -
CMYK 0.59 0 0.12 0.48
HSL 167.85º 0.42% 0.37% -
HSV(B) 167.85º 0.59% 0.52% -
XYZ 13.12 18.84 19.78 -
YUV 107.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 54 133 117 0.59 0 0.12 0.48 167.85 0.42 0.37
Hex 36 85 75 3B 0 C 30 A8 2A 25
Octal 66 205 165 73 0 14 60 250 52 45
Binary 110110 10000101 1110101 111011 0 1100 110000 10101000 101010 100101

Color Harmonies of #368575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368575

Black with #368575

Text Example


Text Example

White with #368575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368575; }

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

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

background-color css

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

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

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

border-color css

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

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

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