Html Css Color HEX #308316 Bilbao

📋 copy color: '#308316'

red 48 ◦ green 131 ◦ blue 22

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

Shades of Bilbao #308316

Tints of Bilbao #308316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.17%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 23.88%
G = 65.17%
B = 10.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#308316 (or 0x308316) is known color: Bilbao. HEX triplet: 30, 83 and 16. RGB value is (48,131,22). Sum of RGB (Red+Green+Blue) = 48+131+22=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #308316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308316 is #CF7CE9. Grayscale: #5E5E5E. Windows color (decimal): -13597930 or 1475376. OLE color: 1475376.

HSL color Cylindrical-coordinate representation of color #308316: hue angle of 105.69º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #308316 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 22 -
CMYK 0.63 0 0.83 0.49
HSL 105.69º 0.71% 0.3% -
HSV(B) 105.69º 0.83% 0.51% -
XYZ 9.48 16.92 3.53 -
YUV 93.76 87.5 95.36 -
System Red Green Blue C M Y K H S L
Decimal 48 131 22 0.63 0 0.83 0.49 105.69 0.71 0.3
Hex 30 83 16 3F 0 53 31 6A 47 1E
Octal 60 203 26 77 0 123 61 152 107 36
Binary 110000 10000011 10110 111111 0 1010011 110001 1101010 1000111 11110

Color Harmonies of #308316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308316

Black with #308316

Text Example


Text Example

White with #308316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308316; }

 p { color: rgb(48,131,22); }

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

background-color css

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

 a { background-color: rgb(48,131,22); }

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

border-color css

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

 span { border-color: rgb(48,131,22); }

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