Html Css Color HEX #398C00 Bilbao

📋 copy color: '#398C00'

red 57 ◦ green 140 ◦ blue 0

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

Shades of Bilbao #398C00

Tints of Bilbao #398C00

RGB

 RED value IS 57 (22.66% from 255) = 28.93%

 GREEN value IS 140 (55.08% from 255) = 71.07%

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

R = 28.93%
G = 71.07%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#398C00 (or 0x398C00) is known color: Bilbao. HEX triplet: 39, 8C and 00. RGB value is (57,140,0). Sum of RGB (Red+Green+Blue) = 57+140+0=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #398C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398C00 is #C673FF. Grayscale: #636363. Windows color (decimal): -13005824 or 35897. OLE color: 35897.

HSL color Cylindrical-coordinate representation of color #398C00: hue angle of 95.57º 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 #398C00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 0 -
CMYK 0.59 0 1 0.45
HSL 95.57º 1% 0.27% -
HSV(B) 95.57º 1% 0.55% -
XYZ 11.07 19.63 3.2 -
YUV 99.22 72 97.88 -
System Red Green Blue C M Y K H S L
Decimal 57 140 0 0.59 0 1 0.45 95.57 1 0.27
Hex 39 8C 0 3B 0 64 2D 60 64 1B
Octal 71 214 0 73 0 144 55 140 144 33
Binary 111001 10001100 0 111011 0 1100100 101101 1100000 1100100 11011

Color Harmonies of #398C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C00

Black with #398C00

Text Example


Text Example

White with #398C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398C00; }

 p { color: rgb(57,140,0); }

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

background-color css

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

 a { background-color: rgb(57,140,0); }

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

border-color css

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

 span { border-color: rgb(57,140,0); }

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