Html Css Color HEX #438219 Bilbao

📋 copy color: '#438219'

red 67 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #438219

Tints of Bilbao #438219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.56%

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

R = 30.18%
G = 58.56%
B = 11.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#438219 (or 0x438219) is known color: Bilbao. HEX triplet: 43, 82 and 19. RGB value is (67,130,25). Sum of RGB (Red+Green+Blue) = 67+130+25=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #438219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438219 is #BC7DE6. Grayscale: #636363. Windows color (decimal): -12352999 or 1671747. OLE color: 1671747.

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

Color convert

RGB 67 130 25 -
CMYK 0.48 0 0.81 0.49
HSL 96º 0.68% 0.3% -
HSV(B) 96º 0.81% 0.51% -
XYZ 10.47 17.23 3.69 -
YUV 99.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 67 130 25 0.48 0 0.81 0.49 96 0.68 0.3
Hex 43 82 19 30 0 51 31 60 44 1E
Octal 103 202 31 60 0 121 61 140 104 36
Binary 1000011 10000010 11001 110000 0 1010001 110001 1100000 1000100 11110

Color Harmonies of #438219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438219

Black with #438219

Text Example


Text Example

White with #438219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438219; }

 p { color: rgb(67,130,25); }

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

background-color css

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

 a { background-color: rgb(67,130,25); }

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

border-color css

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

 span { border-color: rgb(67,130,25); }

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