Html Css Color HEX #438401 Bilbao

📋 copy color: '#438401'

red 67 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #438401

Tints of Bilbao #438401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 33.5%
G = 66%
B = 0.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#438401 (or 0x438401) is known color: Bilbao. HEX triplet: 43, 84 and 01. RGB value is (67,132,1). Sum of RGB (Red+Green+Blue) = 67+132+1=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #438401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438401 is #BC7BFE. Grayscale: #626262. Windows color (decimal): -12352511 or 99395. OLE color: 99395.

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

Color convert

RGB 67 132 1 -
CMYK 0.49 0 0.99 0.48
HSL 89.77º 0.98% 0.26% -
HSV(B) 89.77º 0.99% 0.52% -
XYZ 10.57 17.7 2.89 -
YUV 97.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 67 132 1 0.49 0 0.99 0.48 89.77 0.98 0.26
Hex 43 84 1 31 0 63 30 5A 62 1A
Octal 103 204 1 61 0 143 60 132 142 32
Binary 1000011 10000100 1 110001 0 1100011 110000 1011010 1100010 11010

Color Harmonies of #438401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438401

Black with #438401

Text Example


Text Example

White with #438401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438401; }

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

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

background-color css

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

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

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

border-color css

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

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

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