Html Css Color HEX #307320 Bilbao

📋 copy color: '#307320'

red 48 ◦ green 115 ◦ blue 32

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

Shades of Bilbao #307320

Tints of Bilbao #307320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.97%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 24.62%
G = 58.97%
B = 16.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#307320 (or 0x307320) is known color: Bilbao. HEX triplet: 30, 73 and 20. RGB value is (48,115,32). Sum of RGB (Red+Green+Blue) = 48+115+32=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #307320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307320 is #CF8CDF. Grayscale: #555555. Windows color (decimal): -13602016 or 2126640. OLE color: 2126640.

HSL color Cylindrical-coordinate representation of color #307320: hue angle of 108.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307320 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 32 -
CMYK 0.58 0 0.72 0.55
HSL 108.43º 0.56% 0.29% -
HSV(B) 108.43º 0.72% 0.45% -
XYZ 7.61 12.99 3.47 -
YUV 85.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 48 115 32 0.58 0 0.72 0.55 108.43 0.56 0.29
Hex 30 73 20 3A 0 48 37 6C 38 1D
Octal 60 163 40 72 0 110 67 154 70 35
Binary 110000 1110011 100000 111010 0 1001000 110111 1101100 111000 11101

Color Harmonies of #307320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307320

Black with #307320

Text Example


Text Example

White with #307320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307320; }

 p { color: rgb(48,115,32); }

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

background-color css

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

 a { background-color: rgb(48,115,32); }

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

border-color css

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

 span { border-color: rgb(48,115,32); }

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