Html Css Color HEX #378E0D Bilbao

📋 copy color: '#378E0D'

red 55 ◦ green 142 ◦ blue 13

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

Shades of Bilbao #378E0D

Tints of Bilbao #378E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 67.62%

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 26.19%
G = 67.62%
B = 6.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#378E0D (or 0x378E0D) is known color: Bilbao. HEX triplet: 37, 8E and 0D. RGB value is (55,142,13). Sum of RGB (Red+Green+Blue) = 55+142+13=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #378E0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E0D is #C871F2. Grayscale: #656565. Windows color (decimal): -13136371 or 888375. OLE color: 888375.

HSL color Cylindrical-coordinate representation of color #378E0D: hue angle of 100.47º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #378E0D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 142 13 -
CMYK 0.61 0 0.91 0.44
HSL 100.47º 0.83% 0.3% -
HSV(B) 100.47º 0.91% 0.56% -
XYZ 11.32 20.19 3.68 -
YUV 101.28 78.18 94.99 -
System Red Green Blue C M Y K H S L
Decimal 55 142 13 0.61 0 0.91 0.44 100.47 0.83 0.3
Hex 37 8E D 3D 0 5B 2C 64 53 1E
Octal 67 216 15 75 0 133 54 144 123 36
Binary 110111 10001110 1101 111101 0 1011011 101100 1100100 1010011 11110

Color Harmonies of #378E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378E0D

Black with #378E0D

Text Example


Text Example

White with #378E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,142,13); }

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

background-color css

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

 a { background-color: rgb(55,142,13); }

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

border-color css

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

 span { border-color: rgb(55,142,13); }

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