Html Css Color HEX #438015 Bilbao

📋 copy color: '#438015'

red 67 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #438015

Tints of Bilbao #438015

RGB

 RED value IS 67 (26.56% from 255) = 31.02%

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

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 31.02%
G = 59.26%
B = 9.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#438015 (or 0x438015) is known color: Bilbao. HEX triplet: 43, 80 and 15. RGB value is (67,128,21). Sum of RGB (Red+Green+Blue) = 67+128+21=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #438015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438015 is #BC7FEA. Grayscale: #616161. Windows color (decimal): -12353515 or 1409091. OLE color: 1409091.

HSL color Cylindrical-coordinate representation of color #438015: hue angle of 94.21º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #438015 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 128 21 -
CMYK 0.48 0 0.84 0.50
HSL 94.21º 0.72% 0.29% -
HSV(B) 94.21º 0.84% 0.5% -
XYZ 10.17 16.69 3.39 -
YUV 97.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 67 128 21 0.48 0 0.84 0.50 94.21 0.72 0.29
Hex 43 80 15 30 0 54 32 5E 48 1D
Octal 103 200 25 60 0 124 62 136 110 35
Binary 1000011 10000000 10101 110000 0 1010100 110010 1011110 1001000 11101

Color Harmonies of #438015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438015

Black with #438015

Text Example


Text Example

White with #438015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438015; }

 p { color: rgb(67,128,21); }

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

background-color css

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

 a { background-color: rgb(67,128,21); }

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

border-color css

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

 span { border-color: rgb(67,128,21); }

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