Html Css Color HEX #367A13 Bilbao

📋 copy color: '#367A13'

red 54 ◦ green 122 ◦ blue 19

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

Shades of Bilbao #367A13

Tints of Bilbao #367A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.56%

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

R = 27.69%
G = 62.56%
B = 9.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#367A13 (or 0x367A13) is known color: Bilbao. HEX triplet: 36, 7A and 13. RGB value is (54,122,19). Sum of RGB (Red+Green+Blue) = 54+122+19=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #367A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367A13 is #C985EC. Grayscale: #5A5A5A. Windows color (decimal): -13207021 or 1276470. OLE color: 1276470.

HSL color Cylindrical-coordinate representation of color #367A13: hue angle of 99.61º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #367A13 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 19 -
CMYK 0.56 0 0.84 0.52
HSL 99.61º 0.73% 0.28% -
HSV(B) 99.61º 0.84% 0.48% -
XYZ 8.6 14.75 3.01 -
YUV 89.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 54 122 19 0.56 0 0.84 0.52 99.61 0.73 0.28
Hex 36 7A 13 38 0 54 34 64 49 1C
Octal 66 172 23 70 0 124 64 144 111 34
Binary 110110 1111010 10011 111000 0 1010100 110100 1100100 1001001 11100

Color Harmonies of #367A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A13

Black with #367A13

Text Example


Text Example

White with #367A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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