Html Css Color HEX #306C64 Genoa

📋 copy color: '#306C64'

red 48 ◦ green 108 ◦ blue 100

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

Shades of Genoa #306C64

Tints of Genoa #306C64

RGB

 RED value IS 48 (19.14% from 255) = 18.75%

 GREEN value IS 108 (42.58% from 255) = 42.19%

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 18.75%
G = 42.19%
B = 39.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#306C64 (or 0x306C64) is known color: Genoa. HEX triplet: 30, 6C and 64. RGB value is (48,108,100). Sum of RGB (Red+Green+Blue) = 48+108+100=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #306C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C64 is #CF939B. Grayscale: #595959. Windows color (decimal): -13603740 or 6581296. OLE color: 6581296.

HSL color Cylindrical-coordinate representation of color #306C64: hue angle of 172º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C64 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 100 -
CMYK 0.56 0 0.07 0.58
HSL 172º 0.38% 0.31% -
HSV(B) 172º 0.56% 0.42% -
XYZ 8.88 12.27 13.96 -
YUV 89.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 48 108 100 0.56 0 0.07 0.58 172 0.38 0.31
Hex 30 6C 64 38 0 7 3A AC 26 1F
Octal 60 154 144 70 0 7 72 254 46 37
Binary 110000 1101100 1100100 111000 0 111 111010 10101100 100110 11111

Color Harmonies of #306C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C64

Black with #306C64

Text Example


Text Example

White with #306C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306C64; }

 p { color: rgb(48,108,100); }

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

background-color css

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

 a { background-color: rgb(48,108,100); }

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

border-color css

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

 span { border-color: rgb(48,108,100); }

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