Html Css Color HEX #368913 Bilbao

📋 copy color: '#368913'

red 54 ◦ green 137 ◦ blue 19

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

Shades of Bilbao #368913

Tints of Bilbao #368913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.24%

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 25.71%
G = 65.24%
B = 9.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#368913 (or 0x368913) is known color: Bilbao. HEX triplet: 36, 89 and 13. RGB value is (54,137,19). Sum of RGB (Red+Green+Blue) = 54+137+19=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #368913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368913 is #C976EC. Grayscale: #636363. Windows color (decimal): -13203181 or 1280310. OLE color: 1280310.

HSL color Cylindrical-coordinate representation of color #368913: hue angle of 102.2º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #368913 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 19 -
CMYK 0.61 0 0.86 0.46
HSL 102.2º 0.76% 0.31% -
HSV(B) 102.2º 0.86% 0.54% -
XYZ 10.58 18.72 3.67 -
YUV 98.73 83 96.09 -
System Red Green Blue C M Y K H S L
Decimal 54 137 19 0.61 0 0.86 0.46 102.2 0.76 0.31
Hex 36 89 13 3D 0 56 2E 66 4C 1F
Octal 66 211 23 75 0 126 56 146 114 37
Binary 110110 10001001 10011 111101 0 1010110 101110 1100110 1001100 11111

Color Harmonies of #368913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368913

Black with #368913

Text Example


Text Example

White with #368913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368913; }

 p { color: rgb(54,137,19); }

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

background-color css

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

 a { background-color: rgb(54,137,19); }

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

border-color css

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

 span { border-color: rgb(54,137,19); }

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