Html Css Color HEX #438312 Bilbao

📋 copy color: '#438312'

red 67 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #438312

Tints of Bilbao #438312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.65%

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

R = 31.02%
G = 60.65%
B = 8.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#438312 (or 0x438312) is known color: Bilbao. HEX triplet: 43, 83 and 12. RGB value is (67,131,18). Sum of RGB (Red+Green+Blue) = 67+131+18=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #438312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438312 is #BC7CED. Grayscale: #636363. Windows color (decimal): -12352750 or 1213251. OLE color: 1213251.

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

Color convert

RGB 67 131 18 -
CMYK 0.49 0 0.86 0.49
HSL 93.98º 0.76% 0.29% -
HSV(B) 93.98º 0.86% 0.51% -
XYZ 10.54 17.47 3.39 -
YUV 98.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 67 131 18 0.49 0 0.86 0.49 93.98 0.76 0.29
Hex 43 83 12 31 0 56 31 5E 4C 1D
Octal 103 203 22 61 0 126 61 136 114 35
Binary 1000011 10000011 10010 110001 0 1010110 110001 1011110 1001100 11101

Color Harmonies of #438312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438312

Black with #438312

Text Example


Text Example

White with #438312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438312; }

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

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

background-color css

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

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

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

border-color css

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

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

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