Html Css Color HEX #368014 Bilbao

📋 copy color: '#368014'

red 54 ◦ green 128 ◦ blue 20

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

Shades of Bilbao #368014

Tints of Bilbao #368014

RGB

 RED value IS 54 (21.48% from 255) = 26.73%

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

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

R = 26.73%
G = 63.37%
B = 9.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#368014 (or 0x368014) is known color: Bilbao. HEX triplet: 36, 80 and 14. RGB value is (54,128,20). Sum of RGB (Red+Green+Blue) = 54+128+20=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #368014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368014 is #C97FEB. Grayscale: #5D5D5D. Windows color (decimal): -13205484 or 1343542. OLE color: 1343542.

HSL color Cylindrical-coordinate representation of color #368014: hue angle of 101.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #368014 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 20 -
CMYK 0.58 0 0.84 0.50
HSL 101.11º 0.73% 0.29% -
HSV(B) 101.11º 0.84% 0.5% -
XYZ 9.37 16.27 3.31 -
YUV 93.56 86.48 99.78 -
System Red Green Blue C M Y K H S L
Decimal 54 128 20 0.58 0 0.84 0.50 101.11 0.73 0.29
Hex 36 80 14 3A 0 54 32 65 49 1D
Octal 66 200 24 72 0 124 62 145 111 35
Binary 110110 10000000 10100 111010 0 1010100 110010 1100101 1001001 11101

Color Harmonies of #368014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368014

Black with #368014

Text Example


Text Example

White with #368014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368014; }

 p { color: rgb(54,128,20); }

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

background-color css

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

 a { background-color: rgb(54,128,20); }

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

border-color css

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

 span { border-color: rgb(54,128,20); }

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