Html Css Color HEX #338A14 Bilbao

📋 copy color: '#338A14'

red 51 ◦ green 138 ◦ blue 20

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

Shades of Bilbao #338A14

Tints of Bilbao #338A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 24.4%
G = 66.03%
B = 9.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#338A14 (or 0x338A14) is known color: Bilbao. HEX triplet: 33, 8A and 14. RGB value is (51,138,20). Sum of RGB (Red+Green+Blue) = 51+138+20=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #338A14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A14 is #CC75EB. Grayscale: #626262. Windows color (decimal): -13399532 or 1346099. OLE color: 1346099.

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

Color convert

RGB 51 138 20 -
CMYK 0.63 0 0.86 0.46
HSL 104.24º 0.75% 0.31% -
HSV(B) 104.24º 0.86% 0.54% -
XYZ 10.58 18.93 3.76 -
YUV 98.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 51 138 20 0.63 0 0.86 0.46 104.24 0.75 0.31
Hex 33 8A 14 3F 0 56 2E 68 4B 1F
Octal 63 212 24 77 0 126 56 150 113 37
Binary 110011 10001010 10100 111111 0 1010110 101110 1101000 1001011 11111

Color Harmonies of #338A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A14

Black with #338A14

Text Example


Text Example

White with #338A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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