Html Css Color HEX #338129 Bilbao

📋 copy color: '#338129'

red 51 ◦ green 129 ◦ blue 41

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

Shades of Bilbao #338129

Tints of Bilbao #338129

RGB

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

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

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

R = 23.08%
G = 58.37%
B = 18.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#338129 (or 0x338129) is known color: Bilbao. HEX triplet: 33, 81 and 29. RGB value is (51,129,41). Sum of RGB (Red+Green+Blue) = 51+129+41=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #338129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338129 is #CC7ED6. Grayscale: #5F5F5F. Windows color (decimal): -13401815 or 2720051. OLE color: 2720051.

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

Color convert

RGB 51 129 41 -
CMYK 0.60 0 0.68 0.49
HSL 113.18º 0.52% 0.33% -
HSV(B) 113.18º 0.68% 0.51% -
XYZ 9.62 16.56 4.79 -
YUV 95.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 51 129 41 0.60 0 0.68 0.49 113.18 0.52 0.33
Hex 33 81 29 3C 0 44 31 71 34 21
Octal 63 201 51 74 0 104 61 161 64 41
Binary 110011 10000001 101001 111100 0 1000100 110001 1110001 110100 100001

Color Harmonies of #338129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338129

Black with #338129

Text Example


Text Example

White with #338129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338129; }

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

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

background-color css

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

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

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

border-color css

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

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

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