Html Css Color HEX #368314 Bilbao

📋 copy color: '#368314'

red 54 ◦ green 131 ◦ blue 20

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

Shades of Bilbao #368314

Tints of Bilbao #368314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

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

R = 26.34%
G = 63.9%
B = 9.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#368314 (or 0x368314) is known color: Bilbao. HEX triplet: 36, 83 and 14. RGB value is (54,131,20). Sum of RGB (Red+Green+Blue) = 54+131+20=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #368314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368314 is #C97CEB. Grayscale: #5F5F5F. Windows color (decimal): -13204716 or 1344310. OLE color: 1344310.

HSL color Cylindrical-coordinate representation of color #368314: hue angle of 101.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #368314 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 20 -
CMYK 0.59 0 0.85 0.49
HSL 101.62º 0.74% 0.3% -
HSV(B) 101.62º 0.85% 0.51% -
XYZ 9.76 17.07 3.44 -
YUV 95.32 85.49 98.53 -
System Red Green Blue C M Y K H S L
Decimal 54 131 20 0.59 0 0.85 0.49 101.62 0.74 0.3
Hex 36 83 14 3B 0 55 31 66 4A 1E
Octal 66 203 24 73 0 125 61 146 112 36
Binary 110110 10000011 10100 111011 0 1010101 110001 1100110 1001010 11110

Color Harmonies of #368314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368314

Black with #368314

Text Example


Text Example

White with #368314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368314; }

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

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

background-color css

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

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

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

border-color css

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

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

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