Html Css Color HEX #438B00 Bilbao

📋 copy color: '#438B00'

red 67 ◦ green 139 ◦ blue 0

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

Shades of Bilbao #438B00

Tints of Bilbao #438B00

RGB

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

 GREEN value IS 139 (54.69% from 255) = 67.48%

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

R = 32.52%
G = 67.48%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#438B00 (or 0x438B00) is known color: Bilbao. HEX triplet: 43, 8B and 00. RGB value is (67,139,0). Sum of RGB (Red+Green+Blue) = 67+139+0=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #438B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438B00 is #BC74FF. Grayscale: #666666. Windows color (decimal): -12350720 or 35651. OLE color: 35651.

HSL color Cylindrical-coordinate representation of color #438B00: hue angle of 91.08º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #438B00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 139 0 -
CMYK 0.52 0 1 0.45
HSL 91.08º 1% 0.27% -
HSV(B) 91.08º 1% 0.55% -
XYZ 11.55 19.66 3.19 -
YUV 101.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 67 139 0 0.52 0 1 0.45 91.08 1 0.27
Hex 43 8B 0 34 0 64 2D 5B 64 1B
Octal 103 213 0 64 0 144 55 133 144 33
Binary 1000011 10001011 0 110100 0 1100100 101101 1011011 1100100 11011

Color Harmonies of #438B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B00

Black with #438B00

Text Example


Text Example

White with #438B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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