Html Css Color HEX #438400 Bilbao

📋 copy color: '#438400'

red 67 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #438400

Tints of Bilbao #438400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.67%
G = 66.33%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#438400 (or 0x438400) is known color: Bilbao. HEX triplet: 43, 84 and 00. RGB value is (67,132,0). Sum of RGB (Red+Green+Blue) = 67+132+0=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #438400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438400 is #BC7BFF. Grayscale: #616161. Windows color (decimal): -12352512 or 33859. OLE color: 33859.

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

Color convert

RGB 67 132 0 -
CMYK 0.49 0 1 0.48
HSL 89.55º 1% 0.26% -
HSV(B) 89.55º 1% 0.52% -
XYZ 10.57 17.7 2.86 -
YUV 97.52 72.97 106.23 -
System Red Green Blue C M Y K H S L
Decimal 67 132 0 0.49 0 1 0.48 89.55 1 0.26
Hex 43 84 0 31 0 64 30 5A 64 1A
Octal 103 204 0 61 0 144 60 132 144 32
Binary 1000011 10000100 0 110001 0 1100100 110000 1011010 1100100 11010

Color Harmonies of #438400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438400

Black with #438400

Text Example


Text Example

White with #438400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438400; }

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

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

background-color css

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

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

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

border-color css

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

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

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