Html Css Color HEX #339300 Bilbao

📋 copy color: '#339300'

red 51 ◦ green 147 ◦ blue 0

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

Shades of Bilbao #339300

Tints of Bilbao #339300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 74.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.76%
G = 74.24%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#339300 (or 0x339300) is known color: Bilbao. HEX triplet: 33, 93 and 00. RGB value is (51,147,0). Sum of RGB (Red+Green+Blue) = 51+147+0=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #339300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339300 is #CC6CFF. Grayscale: #666666. Windows color (decimal): -13397248 or 37683. OLE color: 37683.

HSL color Cylindrical-coordinate representation of color #339300: hue angle of 99.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #339300 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 0 -
CMYK 0.65 0 1 0.42
HSL 99.18º 1% 0.29% -
HSV(B) 99.18º 1% 0.58% -
XYZ 11.8 21.57 3.54 -
YUV 101.54 70.7 91.95 -
System Red Green Blue C M Y K H S L
Decimal 51 147 0 0.65 0 1 0.42 99.18 1 0.29
Hex 33 93 0 41 0 64 2A 63 64 1D
Octal 63 223 0 101 0 144 52 143 144 35
Binary 110011 10010011 0 1000001 0 1100100 101010 1100011 1100100 11101

Color Harmonies of #339300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339300

Black with #339300

Text Example


Text Example

White with #339300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339300; }

 p { color: rgb(51,147,0); }

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

background-color css

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

 a { background-color: rgb(51,147,0); }

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

border-color css

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

 span { border-color: rgb(51,147,0); }

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