Html Css Color HEX #338A05 Bilbao

📋 copy color: '#338A05'

red 51 ◦ green 138 ◦ blue 5

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

Shades of Bilbao #338A05

Tints of Bilbao #338A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 26.29%
G = 71.13%
B = 2.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#338A05 (or 0x338A05) is known color: Bilbao. HEX triplet: 33, 8A and 05. RGB value is (51,138,5). Sum of RGB (Red+Green+Blue) = 51+138+5=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #338A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A05 is #CC75FA. Grayscale: #616161. Windows color (decimal): -13399547 or 363059. OLE color: 363059.

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

Color convert

RGB 51 138 5 -
CMYK 0.63 0 0.96 0.46
HSL 99.25º 0.93% 0.28% -
HSV(B) 99.25º 0.96% 0.54% -
XYZ 10.48 18.89 3.24 -
YUV 96.83 76.18 95.31 -
System Red Green Blue C M Y K H S L
Decimal 51 138 5 0.63 0 0.96 0.46 99.25 0.93 0.28
Hex 33 8A 5 3F 0 60 2E 63 5D 1C
Octal 63 212 5 77 0 140 56 143 135 34
Binary 110011 10001010 101 111111 0 1100000 101110 1100011 1011101 11100

Color Harmonies of #338A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A05

Black with #338A05

Text Example


Text Example

White with #338A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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