Html Css Color HEX #378025 Bilbao

📋 copy color: '#378025'

red 55 ◦ green 128 ◦ blue 37

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

Shades of Bilbao #378025

Tints of Bilbao #378025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.18%

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 25%
G = 58.18%
B = 16.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#378025 (or 0x378025) is known color: Bilbao. HEX triplet: 37, 80 and 25. RGB value is (55,128,37). Sum of RGB (Red+Green+Blue) = 55+128+37=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #378025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378025 is #C87FDA. Grayscale: #606060. Windows color (decimal): -13139931 or 2457655. OLE color: 2457655.

HSL color Cylindrical-coordinate representation of color #378025: hue angle of 108.13º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378025 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 37 -
CMYK 0.57 0 0.71 0.50
HSL 108.13º 0.55% 0.32% -
HSV(B) 108.13º 0.71% 0.5% -
XYZ 9.63 16.38 4.41 -
YUV 95.8 94.82 98.9 -
System Red Green Blue C M Y K H S L
Decimal 55 128 37 0.57 0 0.71 0.50 108.13 0.55 0.32
Hex 37 80 25 39 0 47 32 6C 37 20
Octal 67 200 45 71 0 107 62 154 67 40
Binary 110111 10000000 100101 111001 0 1000111 110010 1101100 110111 100000

Color Harmonies of #378025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378025

Black with #378025

Text Example


Text Example

White with #378025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378025; }

 p { color: rgb(55,128,37); }

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

background-color css

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

 a { background-color: rgb(55,128,37); }

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

border-color css

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

 span { border-color: rgb(55,128,37); }

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