Html Css Color HEX #438014 Bilbao

📋 copy color: '#438014'

red 67 ◦ green 128 ◦ blue 20

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

Shades of Bilbao #438014

Tints of Bilbao #438014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 31.16%
G = 59.53%
B = 9.3%

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

#438014 (or 0x438014) is known color: Bilbao. HEX triplet: 43, 80 and 14. RGB value is (67,128,20). Sum of RGB (Red+Green+Blue) = 67+128+20=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #438014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438014 is #BC7FEB. Grayscale: #616161. Windows color (decimal): -12353516 or 1343555. OLE color: 1343555.

HSL color Cylindrical-coordinate representation of color #438014: hue angle of 93.89º degrees, saturation: 0.73, 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 #438014 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 128 20 -
CMYK 0.48 0 0.84 0.50
HSL 93.89º 0.73% 0.29% -
HSV(B) 93.89º 0.84% 0.5% -
XYZ 10.16 16.68 3.35 -
YUV 97.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 67 128 20 0.48 0 0.84 0.50 93.89 0.73 0.29
Hex 43 80 14 30 0 54 32 5E 49 1D
Octal 103 200 24 60 0 124 62 136 111 35
Binary 1000011 10000000 10100 110000 0 1010100 110010 1011110 1001001 11101

Color Harmonies of #438014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438014

Black with #438014

Text Example


Text Example

White with #438014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438014; }

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

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

background-color css

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

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

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

border-color css

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

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

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