Html Css Color HEX #367C0F Bilbao

📋 copy color: '#367C0F'

red 54 ◦ green 124 ◦ blue 15

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

Shades of Bilbao #367C0F

Tints of Bilbao #367C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 64.25%

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 27.98%
G = 64.25%
B = 7.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#367C0F (or 0x367C0F) is known color: Bilbao. HEX triplet: 36, 7C and 0F. RGB value is (54,124,15). Sum of RGB (Red+Green+Blue) = 54+124+15=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #367C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367C0F is #C983F0. Grayscale: #5B5B5B. Windows color (decimal): -13206513 or 1014838. OLE color: 1014838.

HSL color Cylindrical-coordinate representation of color #367C0F: hue angle of 98.53º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #367C0F is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 15 -
CMYK 0.56 0 0.88 0.51
HSL 98.53º 0.78% 0.27% -
HSV(B) 98.53º 0.88% 0.49% -
XYZ 8.82 15.23 2.93 -
YUV 90.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 54 124 15 0.56 0 0.88 0.51 98.53 0.78 0.27
Hex 36 7C F 38 0 58 33 63 4E 1B
Octal 66 174 17 70 0 130 63 143 116 33
Binary 110110 1111100 1111 111000 0 1011000 110011 1100011 1001110 11011

Color Harmonies of #367C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C0F

Black with #367C0F

Text Example


Text Example

White with #367C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,15); }

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

background-color css

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

 a { background-color: rgb(54,124,15); }

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

border-color css

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

 span { border-color: rgb(54,124,15); }

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