Html Css Color HEX #378203 Bilbao

📋 copy color: '#378203'

red 55 ◦ green 130 ◦ blue 3

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

Shades of Bilbao #378203

Tints of Bilbao #378203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 69.15%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 29.26%
G = 69.15%
B = 1.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#378203 (or 0x378203) is known color: Bilbao. HEX triplet: 37, 82 and 03. RGB value is (55,130,3). Sum of RGB (Red+Green+Blue) = 55+130+3=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #378203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378203 is #C87DFC. Grayscale: #5D5D5D. Windows color (decimal): -13139453 or 229943. OLE color: 229943.

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

Color convert

RGB 55 130 3 -
CMYK 0.58 0 0.98 0.49
HSL 95.43º 0.95% 0.26% -
HSV(B) 95.43º 0.98% 0.51% -
XYZ 9.57 16.78 2.82 -
YUV 93.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 55 130 3 0.58 0 0.98 0.49 95.43 0.95 0.26
Hex 37 82 3 3A 0 62 31 5F 5F 1A
Octal 67 202 3 72 0 142 61 137 137 32
Binary 110111 10000010 11 111010 0 1100010 110001 1011111 1011111 11010

Color Harmonies of #378203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378203

Black with #378203

Text Example


Text Example

White with #378203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378203; }

 p { color: rgb(55,130,3); }

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

background-color css

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

 a { background-color: rgb(55,130,3); }

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

border-color css

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

 span { border-color: rgb(55,130,3); }

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