Html Css Color HEX #378E0E Bilbao

📋 copy color: '#378E0E'

red 55 ◦ green 142 ◦ blue 14

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

Shades of Bilbao #378E0E

Tints of Bilbao #378E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 26.07%
G = 67.3%
B = 6.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#378E0E (or 0x378E0E) is known color: Bilbao. HEX triplet: 37, 8E and 0E. RGB value is (55,142,14). Sum of RGB (Red+Green+Blue) = 55+142+14=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 142 (55.86% from 255 or 67.30% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 142 - color contains mainly: green. Hex color #378E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E0E is #C871F1. Grayscale: #656565. Windows color (decimal): -13136370 or 953911. OLE color: 953911.

HSL color Cylindrical-coordinate representation of color #378E0E: hue angle of 100.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #378E0E is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 142 14 -
CMYK 0.61 0 0.90 0.44
HSL 100.78º 0.82% 0.31% -
HSV(B) 100.78º 0.9% 0.56% -
XYZ 11.33 20.19 3.72 -
YUV 101.4 78.68 94.91 -
System Red Green Blue C M Y K H S L
Decimal 55 142 14 0.61 0 0.90 0.44 100.78 0.82 0.31
Hex 37 8E E 3D 0 5A 2C 65 52 1F
Octal 67 216 16 75 0 132 54 145 122 37
Binary 110111 10001110 1110 111101 0 1011010 101100 1100101 1010010 11111

Color Harmonies of #378E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378E0E

Black with #378E0E

Text Example


Text Example

White with #378E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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