Html Css Color HEX #438216 Bilbao

📋 copy color: '#438216'

red 67 ◦ green 130 ◦ blue 22

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

Shades of Bilbao #438216

Tints of Bilbao #438216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 30.59%
G = 59.36%
B = 10.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#438216 (or 0x438216) is known color: Bilbao. HEX triplet: 43, 82 and 16. RGB value is (67,130,22). Sum of RGB (Red+Green+Blue) = 67+130+22=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #438216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438216 is #BC7DE9. Grayscale: #636363. Windows color (decimal): -12353002 or 1475139. OLE color: 1475139.

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

Color convert

RGB 67 130 22 -
CMYK 0.48 0 0.83 0.49
HSL 95º 0.71% 0.3% -
HSV(B) 95º 0.83% 0.51% -
XYZ 10.44 17.22 3.53 -
YUV 98.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 67 130 22 0.48 0 0.83 0.49 95 0.71 0.3
Hex 43 82 16 30 0 53 31 5F 47 1E
Octal 103 202 26 60 0 123 61 137 107 36
Binary 1000011 10000010 10110 110000 0 1010011 110001 1011111 1000111 11110

Color Harmonies of #438216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438216

Black with #438216

Text Example


Text Example

White with #438216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438216; }

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

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

background-color css

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

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

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

border-color css

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

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

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