Html Css Color HEX #338029 Bilbao

📋 copy color: '#338029'

red 51 ◦ green 128 ◦ blue 41

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

Shades of Bilbao #338029

Tints of Bilbao #338029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.18%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 23.18%
G = 58.18%
B = 18.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#338029 (or 0x338029) is known color: Bilbao. HEX triplet: 33, 80 and 29. RGB value is (51,128,41). Sum of RGB (Red+Green+Blue) = 51+128+41=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #338029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338029 is #CC7FD6. Grayscale: #5F5F5F. Windows color (decimal): -13402071 or 2719795. OLE color: 2719795.

HSL color Cylindrical-coordinate representation of color #338029: hue angle of 113.1º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338029 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 41 -
CMYK 0.60 0 0.68 0.50
HSL 113.1º 0.51% 0.33% -
HSV(B) 113.1º 0.68% 0.5% -
XYZ 9.48 16.3 4.74 -
YUV 95.06 97.49 96.57 -
System Red Green Blue C M Y K H S L
Decimal 51 128 41 0.60 0 0.68 0.50 113.1 0.51 0.33
Hex 33 80 29 3C 0 44 32 71 33 21
Octal 63 200 51 74 0 104 62 161 63 41
Binary 110011 10000000 101001 111100 0 1000100 110010 1110001 110011 100001

Color Harmonies of #338029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338029

Black with #338029

Text Example


Text Example

White with #338029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338029; }

 p { color: rgb(51,128,41); }

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

background-color css

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

 a { background-color: rgb(51,128,41); }

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

border-color css

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

 span { border-color: rgb(51,128,41); }

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