Html Css Color HEX #398030 Bilbao

📋 copy color: '#398030'

red 57 ◦ green 128 ◦ blue 48

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

Shades of Bilbao #398030

Tints of Bilbao #398030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 24.46%
G = 54.94%
B = 20.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#398030 (or 0x398030) is known color: Bilbao. HEX triplet: 39, 80 and 30. RGB value is (57,128,48). Sum of RGB (Red+Green+Blue) = 57+128+48=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #398030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398030 is #C67FCF. Grayscale: #616161. Windows color (decimal): -13008848 or 3178553. OLE color: 3178553.

HSL color Cylindrical-coordinate representation of color #398030: hue angle of 113.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398030 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 48 -
CMYK 0.55 0 0.62 0.50
HSL 113.25º 0.45% 0.35% -
HSV(B) 113.25º 0.63% 0.5% -
XYZ 9.94 16.52 5.46 -
YUV 97.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 57 128 48 0.55 0 0.62 0.50 113.25 0.45 0.35
Hex 39 80 30 37 0 3E 32 71 2D 23
Octal 71 200 60 67 0 76 62 161 55 43
Binary 111001 10000000 110000 110111 0 111110 110010 1110001 101101 100011

Color Harmonies of #398030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398030

Black with #398030

Text Example


Text Example

White with #398030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398030; }

 p { color: rgb(57,128,48); }

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

background-color css

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

 a { background-color: rgb(57,128,48); }

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

border-color css

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

 span { border-color: rgb(57,128,48); }

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