Html Css Color HEX #438501 Bilbao

📋 copy color: '#438501'

red 67 ◦ green 133 ◦ blue 1

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

Shades of Bilbao #438501

Tints of Bilbao #438501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.17%

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

R = 33.33%
G = 66.17%
B = 0.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#438501 (or 0x438501) is known color: Bilbao. HEX triplet: 43, 85 and 01. RGB value is (67,133,1). Sum of RGB (Red+Green+Blue) = 67+133+1=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #438501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438501 is #BC7AFE. Grayscale: #626262. Windows color (decimal): -12352255 or 99651. OLE color: 99651.

HSL color Cylindrical-coordinate representation of color #438501: hue angle of 90º degrees, saturation: 0.99, 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 #438501 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 133 1 -
CMYK 0.50 0 0.99 0.48
HSL 90º 0.99% 0.26% -
HSV(B) 90º 0.99% 0.52% -
XYZ 10.71 17.97 2.93 -
YUV 98.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 67 133 1 0.50 0 0.99 0.48 90 0.99 0.26
Hex 43 85 1 32 0 63 30 5A 63 1A
Octal 103 205 1 62 0 143 60 132 143 32
Binary 1000011 10000101 1 110010 0 1100011 110000 1011010 1100011 11010

Color Harmonies of #438501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438501

Black with #438501

Text Example


Text Example

White with #438501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438501; }

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

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

background-color css

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

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

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

border-color css

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

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

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