Html Css Color HEX #308513 Bilbao

📋 copy color: '#308513'

red 48 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #308513

Tints of Bilbao #308513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 24%
G = 66.5%
B = 9.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#308513 (or 0x308513) is known color: Bilbao. HEX triplet: 30, 85 and 13. RGB value is (48,133,19). Sum of RGB (Red+Green+Blue) = 48+133+19=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #308513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308513 is #CF7AEC. Grayscale: #5E5E5E. Windows color (decimal): -13597421 or 1279280. OLE color: 1279280.

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

Color convert

RGB 48 133 19 -
CMYK 0.64 0 0.86 0.48
HSL 104.74º 0.75% 0.3% -
HSV(B) 104.74º 0.86% 0.52% -
XYZ 9.72 17.45 3.47 -
YUV 94.59 85.34 94.77 -
System Red Green Blue C M Y K H S L
Decimal 48 133 19 0.64 0 0.86 0.48 104.74 0.75 0.3
Hex 30 85 13 40 0 56 30 69 4B 1E
Octal 60 205 23 100 0 126 60 151 113 36
Binary 110000 10000101 10011 1000000 0 1010110 110000 1101001 1001011 11110

Color Harmonies of #308513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308513

Black with #308513

Text Example


Text Example

White with #308513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308513; }

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

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

background-color css

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

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

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

border-color css

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

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

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