Html Css Color HEX #378400 Bilbao

📋 copy color: '#378400'

red 55 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #378400

Tints of Bilbao #378400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.59%

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

R = 29.41%
G = 70.59%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#378400 (or 0x378400) is known color: Bilbao. HEX triplet: 37, 84 and 00. RGB value is (55,132,0). Sum of RGB (Red+Green+Blue) = 55+132+0=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #378400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378400 is #C87BFF. Grayscale: #5E5E5E. Windows color (decimal): -13138944 or 33847. OLE color: 33847.

HSL color Cylindrical-coordinate representation of color #378400: hue angle of 95º 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 #378400 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 0 -
CMYK 0.58 0 1 0.48
HSL 95º 1% 0.26% -
HSV(B) 95º 1% 0.52% -
XYZ 9.83 17.31 2.82 -
YUV 93.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 55 132 0 0.58 0 1 0.48 95 1 0.26
Hex 37 84 0 3A 0 64 30 5F 64 1A
Octal 67 204 0 72 0 144 60 137 144 32
Binary 110111 10000100 0 111010 0 1100100 110000 1011111 1100100 11010

Color Harmonies of #378400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378400

Black with #378400

Text Example


Text Example

White with #378400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378400; }

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

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

background-color css

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

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

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

border-color css

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

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

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