Html Css Color HEX #378310 Bilbao

📋 copy color: '#378310'

red 55 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #378310

Tints of Bilbao #378310

RGB

 RED value IS 55 (21.88% from 255) = 27.23%

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

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 27.23%
G = 64.85%
B = 7.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#378310 (or 0x378310) is known color: Bilbao. HEX triplet: 37, 83 and 10. RGB value is (55,131,16). Sum of RGB (Red+Green+Blue) = 55+131+16=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #378310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378310 is #C87CEF. Grayscale: #5F5F5F. Windows color (decimal): -13139184 or 1082167. OLE color: 1082167.

HSL color Cylindrical-coordinate representation of color #378310: hue angle of 99.65º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #378310 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 16 -
CMYK 0.58 0 0.88 0.49
HSL 99.65º 0.78% 0.29% -
HSV(B) 99.65º 0.88% 0.51% -
XYZ 9.79 17.08 3.27 -
YUV 95.17 83.32 99.35 -
System Red Green Blue C M Y K H S L
Decimal 55 131 16 0.58 0 0.88 0.49 99.65 0.78 0.29
Hex 37 83 10 3A 0 58 31 64 4E 1D
Octal 67 203 20 72 0 130 61 144 116 35
Binary 110111 10000011 10000 111010 0 1011000 110001 1100100 1001110 11101

Color Harmonies of #378310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378310

Black with #378310

Text Example


Text Example

White with #378310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378310; }

 p { color: rgb(55,131,16); }

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

background-color css

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

 a { background-color: rgb(55,131,16); }

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

border-color css

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

 span { border-color: rgb(55,131,16); }

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