Html Css Color HEX #367D0F Bilbao

📋 copy color: '#367D0F'

red 54 ◦ green 125 ◦ blue 15

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

Shades of Bilbao #367D0F

Tints of Bilbao #367D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 64.43%

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

R = 27.84%
G = 64.43%
B = 7.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#367D0F (or 0x367D0F) is known color: Bilbao. HEX triplet: 36, 7D and 0F. RGB value is (54,125,15). Sum of RGB (Red+Green+Blue) = 54+125+15=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 125 (49.22% from 255 or 64.43% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 125 - color contains mainly: green. Hex color #367D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D0F is #C982F0. Grayscale: #5B5B5B. Windows color (decimal): -13206257 or 1015094. OLE color: 1015094.

HSL color Cylindrical-coordinate representation of color #367D0F: hue angle of 98.73º degrees, saturation: 0.79, 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 #367D0F is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 125 15 -
CMYK 0.57 0 0.88 0.51
HSL 98.73º 0.79% 0.27% -
HSV(B) 98.73º 0.88% 0.49% -
XYZ 8.94 15.49 2.97 -
YUV 91.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 54 125 15 0.57 0 0.88 0.51 98.73 0.79 0.27
Hex 36 7D F 39 0 58 33 63 4F 1B
Octal 66 175 17 71 0 130 63 143 117 33
Binary 110110 1111101 1111 111001 0 1011000 110011 1100011 1001111 11011

Color Harmonies of #367D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D0F

Black with #367D0F

Text Example


Text Example

White with #367D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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