Html Css Color HEX #338A08 Bilbao

📋 copy color: '#338A08'

red 51 ◦ green 138 ◦ blue 8

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

Shades of Bilbao #338A08

Tints of Bilbao #338A08

RGB

 RED value IS 51 (20.31% from 255) = 25.89%

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 25.89%
G = 70.05%
B = 4.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#338A08 (or 0x338A08) is known color: Bilbao. HEX triplet: 33, 8A and 08. RGB value is (51,138,8). Sum of RGB (Red+Green+Blue) = 51+138+8=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #338A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A08 is #CC75F7. Grayscale: #616161. Windows color (decimal): -13399544 or 559667. OLE color: 559667.

HSL color Cylindrical-coordinate representation of color #338A08: hue angle of 100.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #338A08 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 8 -
CMYK 0.63 0 0.94 0.46
HSL 100.15º 0.89% 0.29% -
HSV(B) 100.15º 0.94% 0.54% -
XYZ 10.5 18.9 3.32 -
YUV 97.17 77.68 95.07 -
System Red Green Blue C M Y K H S L
Decimal 51 138 8 0.63 0 0.94 0.46 100.15 0.89 0.29
Hex 33 8A 8 3F 0 5E 2E 64 59 1D
Octal 63 212 10 77 0 136 56 144 131 35
Binary 110011 10001010 1000 111111 0 1011110 101110 1100100 1011001 11101

Color Harmonies of #338A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A08

Black with #338A08

Text Example


Text Example

White with #338A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338A08; }

 p { color: rgb(51,138,8); }

 H1.HeaderClassName
 {
   color: #338A08;
 }
 .AnyTagClassName
 {
   color: #338A08;
 }
</style>

background-color css

<style>
 a { background-color: #338A08; }

 a { background-color: rgb(51,138,8); }

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

border-color css

<style>
 span { border-color: #338A08; }

 span { border-color: rgb(51,138,8); }

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