Html Css Color HEX #398B00 Bilbao

📋 copy color: '#398B00'

red 57 ◦ green 139 ◦ blue 0

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

Shades of Bilbao #398B00

Tints of Bilbao #398B00

RGB

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

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

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

R = 29.08%
G = 70.92%
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

#398B00 (or 0x398B00) is known color: Bilbao. HEX triplet: 39, 8B and 00. RGB value is (57,139,0). Sum of RGB (Red+Green+Blue) = 57+139+0=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #398B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B00 is #C674FF. Grayscale: #636363. Windows color (decimal): -13006080 or 35641. OLE color: 35641.

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

Color convert

RGB 57 139 0 -
CMYK 0.59 0 1 0.45
HSL 95.4º 1% 0.27% -
HSV(B) 95.4º 1% 0.55% -
XYZ 10.92 19.34 3.16 -
YUV 98.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 57 139 0 0.59 0 1 0.45 95.4 1 0.27
Hex 39 8B 0 3B 0 64 2D 5F 64 1B
Octal 71 213 0 73 0 144 55 137 144 33
Binary 111001 10001011 0 111011 0 1100100 101101 1011111 1100100 11011

Color Harmonies of #398B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B00

Black with #398B00

Text Example


Text Example

White with #398B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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