Html Css Color HEX #368B19 Bilbao

📋 copy color: '#368B19'

red 54 ◦ green 139 ◦ blue 25

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

Shades of Bilbao #368B19

Tints of Bilbao #368B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 63.76%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 24.77%
G = 63.76%
B = 11.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#368B19 (or 0x368B19) is known color: Bilbao. HEX triplet: 36, 8B and 19. RGB value is (54,139,25). Sum of RGB (Red+Green+Blue) = 54+139+25=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #368B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368B19 is #C974E6. Grayscale: #646464. Windows color (decimal): -13202663 or 1674038. OLE color: 1674038.

HSL color Cylindrical-coordinate representation of color #368B19: hue angle of 104.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #368B19 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 139 25 -
CMYK 0.61 0 0.82 0.45
HSL 104.74º 0.7% 0.32% -
HSV(B) 104.74º 0.82% 0.55% -
XYZ 10.93 19.32 4.07 -
YUV 100.59 85.34 94.77 -
System Red Green Blue C M Y K H S L
Decimal 54 139 25 0.61 0 0.82 0.45 104.74 0.7 0.32
Hex 36 8B 19 3D 0 52 2D 69 46 20
Octal 66 213 31 75 0 122 55 151 106 40
Binary 110110 10001011 11001 111101 0 1010010 101101 1101001 1000110 100000

Color Harmonies of #368B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368B19

Black with #368B19

Text Example


Text Example

White with #368B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368B19; }

 p { color: rgb(54,139,25); }

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

background-color css

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

 a { background-color: rgb(54,139,25); }

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

border-color css

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

 span { border-color: rgb(54,139,25); }

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