Html Css Color HEX #398C04 Bilbao

📋 copy color: '#398C04'

red 57 ◦ green 140 ◦ blue 4

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

Shades of Bilbao #398C04

Tints of Bilbao #398C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 28.36%
G = 69.65%
B = 1.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#398C04 (or 0x398C04) is known color: Bilbao. HEX triplet: 39, 8C and 04. RGB value is (57,140,4). Sum of RGB (Red+Green+Blue) = 57+140+4=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #398C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398C04 is #C673FB. Grayscale: #646464. Windows color (decimal): -13005820 or 298041. OLE color: 298041.

HSL color Cylindrical-coordinate representation of color #398C04: hue angle of 96.62º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #398C04 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 4 -
CMYK 0.59 0 0.97 0.45
HSL 96.62º 0.94% 0.28% -
HSV(B) 96.62º 0.97% 0.55% -
XYZ 11.09 19.63 3.32 -
YUV 99.68 74 97.56 -
System Red Green Blue C M Y K H S L
Decimal 57 140 4 0.59 0 0.97 0.45 96.62 0.94 0.28
Hex 39 8C 4 3B 0 61 2D 61 5E 1C
Octal 71 214 4 73 0 141 55 141 136 34
Binary 111001 10001100 100 111011 0 1100001 101101 1100001 1011110 11100

Color Harmonies of #398C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C04

Black with #398C04

Text Example


Text Example

White with #398C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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