Html Css Color HEX #378B0A Bilbao

📋 copy color: '#378B0A'

red 55 ◦ green 139 ◦ blue 10

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

Shades of Bilbao #378B0A

Tints of Bilbao #378B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 68.14%

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 26.96%
G = 68.14%
B = 4.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#378B0A (or 0x378B0A) is known color: Bilbao. HEX triplet: 37, 8B and 0A. RGB value is (55,139,10). Sum of RGB (Red+Green+Blue) = 55+139+10=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #378B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378B0A is #C874F5. Grayscale: #636363. Windows color (decimal): -13137142 or 690999. OLE color: 690999.

HSL color Cylindrical-coordinate representation of color #378B0A: hue angle of 99.07º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #378B0A is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 10 -
CMYK 0.60 0 0.93 0.45
HSL 99.07º 0.87% 0.29% -
HSV(B) 99.07º 0.93% 0.55% -
XYZ 10.86 19.3 3.44 -
YUV 99.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 55 139 10 0.60 0 0.93 0.45 99.07 0.87 0.29
Hex 37 8B A 3C 0 5D 2D 63 57 1D
Octal 67 213 12 74 0 135 55 143 127 35
Binary 110111 10001011 1010 111100 0 1011101 101101 1100011 1010111 11101

Color Harmonies of #378B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B0A

Black with #378B0A

Text Example


Text Example

White with #378B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378B0A; }

 p { color: rgb(55,139,10); }

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

background-color css

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

 a { background-color: rgb(55,139,10); }

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

border-color css

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

 span { border-color: rgb(55,139,10); }

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