Html Css Color HEX #398300 Bilbao

📋 copy color: '#398300'

red 57 ◦ green 131 ◦ blue 0

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

Shades of Bilbao #398300

Tints of Bilbao #398300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 69.68%

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

R = 30.32%
G = 69.68%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#398300 (or 0x398300) is known color: Bilbao. HEX triplet: 39, 83 and 00. RGB value is (57,131,0). Sum of RGB (Red+Green+Blue) = 57+131+0=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #398300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398300 is #C67CFF. Grayscale: #5E5E5E. Windows color (decimal): -13008128 or 33593. OLE color: 33593.

HSL color Cylindrical-coordinate representation of color #398300: hue angle of 93.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #398300 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 0 -
CMYK 0.56 0 1 0.49
HSL 93.89º 1% 0.26% -
HSV(B) 93.89º 1% 0.51% -
XYZ 9.8 17.1 2.78 -
YUV 93.94 74.98 101.65 -
System Red Green Blue C M Y K H S L
Decimal 57 131 0 0.56 0 1 0.49 93.89 1 0.26
Hex 39 83 0 38 0 64 31 5E 64 1A
Octal 71 203 0 70 0 144 61 136 144 32
Binary 111001 10000011 0 111000 0 1100100 110001 1011110 1100100 11010

Color Harmonies of #398300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398300

Black with #398300

Text Example


Text Example

White with #398300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398300; }

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

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

background-color css

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

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

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

border-color css

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

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

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