Html Css Color HEX #378510 Bilbao

📋 copy color: '#378510'

red 55 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #378510

Tints of Bilbao #378510

RGB

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

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

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

R = 26.96%
G = 65.2%
B = 7.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#378510 (or 0x378510) is known color: Bilbao. HEX triplet: 37, 85 and 10. RGB value is (55,133,16). Sum of RGB (Red+Green+Blue) = 55+133+16=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #378510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378510 is #C87AEF. Grayscale: #606060. Windows color (decimal): -13138672 or 1082679. OLE color: 1082679.

HSL color Cylindrical-coordinate representation of color #378510: hue angle of 100º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #378510 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 16 -
CMYK 0.59 0 0.88 0.48
HSL 100º 0.79% 0.29% -
HSV(B) 100º 0.88% 0.52% -
XYZ 10.06 17.62 3.36 -
YUV 96.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 55 133 16 0.59 0 0.88 0.48 100 0.79 0.29
Hex 37 85 10 3B 0 58 30 64 4F 1D
Octal 67 205 20 73 0 130 60 144 117 35
Binary 110111 10000101 10000 111011 0 1011000 110000 1100100 1001111 11101

Color Harmonies of #378510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378510

Black with #378510

Text Example


Text Example

White with #378510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378510; }

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

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

background-color css

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

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

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

border-color css

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

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

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