Html Css Color HEX #378605 Bilbao

📋 copy color: '#378605'

red 55 ◦ green 134 ◦ blue 5

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

Shades of Bilbao #378605

Tints of Bilbao #378605

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.07%

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

R = 28.35%
G = 69.07%
B = 2.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#378605 (or 0x378605) is known color: Bilbao. HEX triplet: 37, 86 and 05. RGB value is (55,134,5). Sum of RGB (Red+Green+Blue) = 55+134+5=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #378605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378605 is #C879FA. Grayscale: #606060. Windows color (decimal): -13138427 or 362039. OLE color: 362039.

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

Color convert

RGB 55 134 5 -
CMYK 0.59 0 0.96 0.47
HSL 96.74º 0.93% 0.27% -
HSV(B) 96.74º 0.96% 0.53% -
XYZ 10.13 17.87 3.06 -
YUV 95.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 55 134 5 0.59 0 0.96 0.47 96.74 0.93 0.27
Hex 37 86 5 3B 0 60 2F 61 5D 1B
Octal 67 206 5 73 0 140 57 141 135 33
Binary 110111 10000110 101 111011 0 1100000 101111 1100001 1011101 11011

Color Harmonies of #378605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378605

Black with #378605

Text Example


Text Example

White with #378605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378605; }

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

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

background-color css

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

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

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

border-color css

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

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

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