Html Css Color HEX #378305 Bilbao

📋 copy color: '#378305'

red 55 ◦ green 131 ◦ blue 5

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

Shades of Bilbao #378305

Tints of Bilbao #378305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.62%

R = 28.8%
G = 68.59%
B = 2.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#378305 (or 0x378305) is known color: Bilbao. HEX triplet: 37, 83 and 05. RGB value is (55,131,5). Sum of RGB (Red+Green+Blue) = 55+131+5=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #378305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378305 is #C87CFA. Grayscale: #5E5E5E. Windows color (decimal): -13139195 or 361271. OLE color: 361271.

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

Color convert

RGB 55 131 5 -
CMYK 0.58 0 0.96 0.49
HSL 96.19º 0.93% 0.27% -
HSV(B) 96.19º 0.96% 0.51% -
XYZ 9.72 17.06 2.92 -
YUV 93.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 55 131 5 0.58 0 0.96 0.49 96.19 0.93 0.27
Hex 37 83 5 3A 0 60 31 60 5D 1B
Octal 67 203 5 72 0 140 61 140 135 33
Binary 110111 10000011 101 111010 0 1100000 110001 1100000 1011101 11011

Color Harmonies of #378305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378305

Black with #378305

Text Example


Text Example

White with #378305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378305; }

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

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

background-color css

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

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

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

border-color css

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

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

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