Html Css Color HEX #368A0B Bilbao

📋 copy color: '#368A0B'

red 54 ◦ green 138 ◦ blue 11

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

Shades of Bilbao #368A0B

Tints of Bilbao #368A0B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.98%

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 26.6%
G = 67.98%
B = 5.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#368A0B (or 0x368A0B) is known color: Bilbao. HEX triplet: 36, 8A and 0B. RGB value is (54,138,11). Sum of RGB (Red+Green+Blue) = 54+138+11=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #368A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A0B is #C975F4. Grayscale: #626262. Windows color (decimal): -13202933 or 756278. OLE color: 756278.

HSL color Cylindrical-coordinate representation of color #368A0B: hue angle of 99.69º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #368A0B is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 138 11 -
CMYK 0.61 0 0.92 0.46
HSL 99.69º 0.85% 0.29% -
HSV(B) 99.69º 0.92% 0.54% -
XYZ 10.67 18.99 3.42 -
YUV 98.41 78.67 96.33 -
System Red Green Blue C M Y K H S L
Decimal 54 138 11 0.61 0 0.92 0.46 99.69 0.85 0.29
Hex 36 8A B 3D 0 5C 2E 64 55 1D
Octal 66 212 13 75 0 134 56 144 125 35
Binary 110110 10001010 1011 111101 0 1011100 101110 1100100 1010101 11101

Color Harmonies of #368A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368A0B

Black with #368A0B

Text Example


Text Example

White with #368A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,138,11); }

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

background-color css

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

 a { background-color: rgb(54,138,11); }

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

border-color css

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

 span { border-color: rgb(54,138,11); }

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