Html Css Color HEX #438412 Bilbao

📋 copy color: '#438412'

red 67 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #438412

Tints of Bilbao #438412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 30.88%
G = 60.83%
B = 8.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#438412 (or 0x438412) is known color: Bilbao. HEX triplet: 43, 84 and 12. RGB value is (67,132,18). Sum of RGB (Red+Green+Blue) = 67+132+18=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #438412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438412 is #BC7BED. Grayscale: #636363. Windows color (decimal): -12352494 or 1213507. OLE color: 1213507.

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

Color convert

RGB 67 132 18 -
CMYK 0.49 0 0.86 0.48
HSL 94.21º 0.76% 0.29% -
HSV(B) 94.21º 0.86% 0.52% -
XYZ 10.68 17.74 3.43 -
YUV 99.57 81.97 104.77 -
System Red Green Blue C M Y K H S L
Decimal 67 132 18 0.49 0 0.86 0.48 94.21 0.76 0.29
Hex 43 84 12 31 0 56 30 5E 4C 1D
Octal 103 204 22 61 0 126 60 136 114 35
Binary 1000011 10000100 10010 110001 0 1010110 110000 1011110 1001100 11101

Color Harmonies of #438412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438412

Black with #438412

Text Example


Text Example

White with #438412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438412; }

 p { color: rgb(67,132,18); }

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

background-color css

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

 a { background-color: rgb(67,132,18); }

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

border-color css

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

 span { border-color: rgb(67,132,18); }

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