Html Css Color HEX #378500 Bilbao

📋 copy color: '#378500'

red 55 ◦ green 133 ◦ blue 0

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

Shades of Bilbao #378500

Tints of Bilbao #378500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.26%
G = 70.74%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#378500 (or 0x378500) is known color: Bilbao. HEX triplet: 37, 85 and 00. RGB value is (55,133,0). Sum of RGB (Red+Green+Blue) = 55+133+0=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #378500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378500 is #C87AFF. Grayscale: #5E5E5E. Windows color (decimal): -13138688 or 34103. OLE color: 34103.

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

Color convert

RGB 55 133 0 -
CMYK 0.59 0 1 0.48
HSL 95.19º 1% 0.26% -
HSV(B) 95.19º 1% 0.52% -
XYZ 9.96 17.59 2.87 -
YUV 94.52 74.66 99.81 -
System Red Green Blue C M Y K H S L
Decimal 55 133 0 0.59 0 1 0.48 95.19 1 0.26
Hex 37 85 0 3B 0 64 30 5F 64 1A
Octal 67 205 0 73 0 144 60 137 144 32
Binary 110111 10000101 0 111011 0 1100100 110000 1011111 1100100 11010

Color Harmonies of #378500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378500

Black with #378500

Text Example


Text Example

White with #378500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378500; }

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

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

background-color css

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

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

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

border-color css

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

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

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