Html Css Color HEX #378301 Bilbao

📋 copy color: '#378301'

red 55 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #378301

Tints of Bilbao #378301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 29.41%
G = 70.05%
B = 0.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#378301 (or 0x378301) is known color: Bilbao. HEX triplet: 37, 83 and 01. RGB value is (55,131,1). Sum of RGB (Red+Green+Blue) = 55+131+1=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #378301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378301 is #C87CFE. Grayscale: #5D5D5D. Windows color (decimal): -13139199 or 99127. OLE color: 99127.

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

Color convert

RGB 55 131 1 -
CMYK 0.58 0 0.99 0.49
HSL 95.08º 0.98% 0.26% -
HSV(B) 95.08º 0.99% 0.51% -
XYZ 9.7 17.05 2.81 -
YUV 93.46 75.82 100.57 -
System Red Green Blue C M Y K H S L
Decimal 55 131 1 0.58 0 0.99 0.49 95.08 0.98 0.26
Hex 37 83 1 3A 0 63 31 5F 62 1A
Octal 67 203 1 72 0 143 61 137 142 32
Binary 110111 10000011 1 111010 0 1100011 110001 1011111 1100010 11010

Color Harmonies of #378301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378301

Black with #378301

Text Example


Text Example

White with #378301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378301; }

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

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

background-color css

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

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

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

border-color css

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

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

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