Html Css Color HEX #338328 Bilbao

📋 copy color: '#338328'

red 51 ◦ green 131 ◦ blue 40

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

Shades of Bilbao #338328

Tints of Bilbao #338328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 22.97%
G = 59.01%
B = 18.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#338328 (or 0x338328) is known color: Bilbao. HEX triplet: 33, 83 and 28. RGB value is (51,131,40). Sum of RGB (Red+Green+Blue) = 51+131+40=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #338328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338328 is #CC7CD7. Grayscale: #606060. Windows color (decimal): -13401304 or 2655027. OLE color: 2655027.

HSL color Cylindrical-coordinate representation of color #338328: hue angle of 112.75º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338328 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 40 -
CMYK 0.61 0 0.69 0.49
HSL 112.75º 0.53% 0.34% -
HSV(B) 112.75º 0.69% 0.51% -
XYZ 9.86 17.09 4.79 -
YUV 96.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 51 131 40 0.61 0 0.69 0.49 112.75 0.53 0.34
Hex 33 83 28 3D 0 45 31 71 35 22
Octal 63 203 50 75 0 105 61 161 65 42
Binary 110011 10000011 101000 111101 0 1000101 110001 1110001 110101 100010

Color Harmonies of #338328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338328

Black with #338328

Text Example


Text Example

White with #338328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338328; }

 p { color: rgb(51,131,40); }

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

background-color css

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

 a { background-color: rgb(51,131,40); }

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

border-color css

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

 span { border-color: rgb(51,131,40); }

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