Html Css Color HEX #368214 Bilbao

📋 copy color: '#368214'

red 54 ◦ green 130 ◦ blue 20

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

Shades of Bilbao #368214

Tints of Bilbao #368214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.73%

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

R = 26.47%
G = 63.73%
B = 9.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#368214 (or 0x368214) is known color: Bilbao. HEX triplet: 36, 82 and 14. RGB value is (54,130,20). Sum of RGB (Red+Green+Blue) = 54+130+20=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #368214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368214 is #C97DEB. Grayscale: #5F5F5F. Windows color (decimal): -13204972 or 1344054. OLE color: 1344054.

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

Color convert

RGB 54 130 20 -
CMYK 0.58 0 0.85 0.49
HSL 101.45º 0.73% 0.29% -
HSV(B) 101.45º 0.85% 0.51% -
XYZ 9.63 16.8 3.4 -
YUV 94.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 54 130 20 0.58 0 0.85 0.49 101.45 0.73 0.29
Hex 36 82 14 3A 0 55 31 65 49 1D
Octal 66 202 24 72 0 125 61 145 111 35
Binary 110110 10000010 10100 111010 0 1010101 110001 1100101 1001001 11101

Color Harmonies of #368214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368214

Black with #368214

Text Example


Text Example

White with #368214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368214; }

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

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

background-color css

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

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

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

border-color css

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

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

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