Html Css Color HEX #378814 Bilbao

📋 copy color: '#378814'

red 55 ◦ green 136 ◦ blue 20

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

Shades of Bilbao #378814

Tints of Bilbao #378814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.45%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 26.07%
G = 64.45%
B = 9.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#378814 (or 0x378814) is known color: Bilbao. HEX triplet: 37, 88 and 14. RGB value is (55,136,20). Sum of RGB (Red+Green+Blue) = 55+136+20=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #378814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378814 is #C877EB. Grayscale: #626262. Windows color (decimal): -13137900 or 1345591. OLE color: 1345591.

HSL color Cylindrical-coordinate representation of color #378814: hue angle of 101.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #378814 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 20 -
CMYK 0.60 0 0.85 0.47
HSL 101.9º 0.74% 0.31% -
HSV(B) 101.9º 0.85% 0.53% -
XYZ 10.51 18.47 3.67 -
YUV 98.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 55 136 20 0.60 0 0.85 0.47 101.9 0.74 0.31
Hex 37 88 14 3C 0 55 2F 66 4A 1F
Octal 67 210 24 74 0 125 57 146 112 37
Binary 110111 10001000 10100 111100 0 1010101 101111 1100110 1001010 11111

Color Harmonies of #378814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378814

Black with #378814

Text Example


Text Example

White with #378814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378814; }

 p { color: rgb(55,136,20); }

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

background-color css

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

 a { background-color: rgb(55,136,20); }

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

border-color css

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

 span { border-color: rgb(55,136,20); }

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