Html Css Color HEX #308574 Genoa

📋 copy color: '#308574'

red 48 ◦ green 133 ◦ blue 116

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

Shades of Genoa #308574

Tints of Genoa #308574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 16.16%
G = 44.78%
B = 39.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#308574 (or 0x308574) is known color: Genoa. HEX triplet: 30, 85 and 74. RGB value is (48,133,116). Sum of RGB (Red+Green+Blue) = 48+133+116=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #308574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308574 is #CF7A8B. Grayscale: #696969. Windows color (decimal): -13597324 or 7636272. OLE color: 7636272.

HSL color Cylindrical-coordinate representation of color #308574: hue angle of 168º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308574 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 116 -
CMYK 0.64 0 0.13 0.48
HSL 168º 0.47% 0.35% -
HSV(B) 168º 0.64% 0.52% -
XYZ 12.76 18.66 19.45 -
YUV 105.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 48 133 116 0.64 0 0.13 0.48 168 0.47 0.35
Hex 30 85 74 40 0 D 30 A8 2F 23
Octal 60 205 164 100 0 15 60 250 57 43
Binary 110000 10000101 1110100 1000000 0 1101 110000 10101000 101111 100011

Color Harmonies of #308574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308574

Black with #308574

Text Example


Text Example

White with #308574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308574; }

 p { color: rgb(48,133,116); }

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

background-color css

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

 a { background-color: rgb(48,133,116); }

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

border-color css

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

 span { border-color: rgb(48,133,116); }

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