Html Css Color HEX #438016 Bilbao

📋 copy color: '#438016'

red 67 ◦ green 128 ◦ blue 22

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

Shades of Bilbao #438016

Tints of Bilbao #438016

RGB

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

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

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

R = 30.88%
G = 58.99%
B = 10.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#438016 (or 0x438016) is known color: Bilbao. HEX triplet: 43, 80 and 16. RGB value is (67,128,22). Sum of RGB (Red+Green+Blue) = 67+128+22=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #438016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438016 is #BC7FE9. Grayscale: #626262. Windows color (decimal): -12353514 or 1474627. OLE color: 1474627.

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

Color convert

RGB 67 128 22 -
CMYK 0.48 0 0.83 0.50
HSL 94.53º 0.71% 0.29% -
HSV(B) 94.53º 0.83% 0.5% -
XYZ 10.18 16.69 3.44 -
YUV 97.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 67 128 22 0.48 0 0.83 0.50 94.53 0.71 0.29
Hex 43 80 16 30 0 53 32 5F 47 1D
Octal 103 200 26 60 0 123 62 137 107 35
Binary 1000011 10000000 10110 110000 0 1010011 110010 1011111 1000111 11101

Color Harmonies of #438016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438016

Black with #438016

Text Example


Text Example

White with #438016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438016; }

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

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

background-color css

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

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

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

border-color css

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

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

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