Html Css Color HEX #398A1B Bilbao

📋 copy color: '#398A1B'

red 57 ◦ green 138 ◦ blue 27

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

Shades of Bilbao #398A1B

Tints of Bilbao #398A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.16%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 25.68%
G = 62.16%
B = 12.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#398A1B (or 0x398A1B) is known color: Bilbao. HEX triplet: 39, 8A and 1B. RGB value is (57,138,27). Sum of RGB (Red+Green+Blue) = 57+138+27=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #398A1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398A1B is #C675E4. Grayscale: #656565. Windows color (decimal): -13006309 or 1804857. OLE color: 1804857.

HSL color Cylindrical-coordinate representation of color #398A1B: hue angle of 103.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #398A1B is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 138 27 -
CMYK 0.59 0 0.80 0.46
HSL 103.78º 0.67% 0.32% -
HSV(B) 103.78º 0.8% 0.54% -
XYZ 10.97 19.13 4.15 -
YUV 101.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 57 138 27 0.59 0 0.80 0.46 103.78 0.67 0.32
Hex 39 8A 1B 3B 0 50 2E 68 43 20
Octal 71 212 33 73 0 120 56 150 103 40
Binary 111001 10001010 11011 111011 0 1010000 101110 1101000 1000011 100000

Color Harmonies of #398A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A1B

Black with #398A1B

Text Example


Text Example

White with #398A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,138,27); }

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

background-color css

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

 a { background-color: rgb(57,138,27); }

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

border-color css

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

 span { border-color: rgb(57,138,27); }

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