Html Css Color HEX #338519 Bilbao

📋 copy color: '#338519'

red 51 ◦ green 133 ◦ blue 25

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

Shades of Bilbao #338519

Tints of Bilbao #338519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.64%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 24.4%
G = 63.64%
B = 11.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#338519 (or 0x338519) is known color: Bilbao. HEX triplet: 33, 85 and 19. RGB value is (51,133,25). Sum of RGB (Red+Green+Blue) = 51+133+25=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #338519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338519 is #CC7AE6. Grayscale: #606060. Windows color (decimal): -13400807 or 1672499. OLE color: 1672499.

HSL color Cylindrical-coordinate representation of color #338519: hue angle of 105.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #338519 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 25 -
CMYK 0.62 0 0.81 0.48
HSL 105.56º 0.68% 0.31% -
HSV(B) 105.56º 0.81% 0.52% -
XYZ 9.93 17.55 3.78 -
YUV 96.17 87.83 95.78 -
System Red Green Blue C M Y K H S L
Decimal 51 133 25 0.62 0 0.81 0.48 105.56 0.68 0.31
Hex 33 85 19 3E 0 51 30 6A 44 1F
Octal 63 205 31 76 0 121 60 152 104 37
Binary 110011 10000101 11001 111110 0 1010001 110000 1101010 1000100 11111

Color Harmonies of #338519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338519

Black with #338519

Text Example


Text Example

White with #338519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338519; }

 p { color: rgb(51,133,25); }

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

background-color css

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

 a { background-color: rgb(51,133,25); }

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

border-color css

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

 span { border-color: rgb(51,133,25); }

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