Html Css Color HEX #338121 Bilbao

📋 copy color: '#338121'

red 51 ◦ green 129 ◦ blue 33

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

Shades of Bilbao #338121

Tints of Bilbao #338121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.56%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 23.94%
G = 60.56%
B = 15.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#338121 (or 0x338121) is known color: Bilbao. HEX triplet: 33, 81 and 21. RGB value is (51,129,33). Sum of RGB (Red+Green+Blue) = 51+129+33=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #338121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338121 is #CC7EDE. Grayscale: #5F5F5F. Windows color (decimal): -13401823 or 2195763. OLE color: 2195763.

HSL color Cylindrical-coordinate representation of color #338121: hue angle of 108.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338121 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 33 -
CMYK 0.60 0 0.74 0.49
HSL 108.75º 0.59% 0.32% -
HSV(B) 108.75º 0.74% 0.51% -
XYZ 9.49 16.51 4.13 -
YUV 94.73 93.16 96.81 -
System Red Green Blue C M Y K H S L
Decimal 51 129 33 0.60 0 0.74 0.49 108.75 0.59 0.32
Hex 33 81 21 3C 0 4A 31 6D 3B 20
Octal 63 201 41 74 0 112 61 155 73 40
Binary 110011 10000001 100001 111100 0 1001010 110001 1101101 111011 100000

Color Harmonies of #338121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338121

Black with #338121

Text Example


Text Example

White with #338121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338121; }

 p { color: rgb(51,129,33); }

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

background-color css

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

 a { background-color: rgb(51,129,33); }

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

border-color css

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

 span { border-color: rgb(51,129,33); }

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