Html Css Color HEX #398601 Bilbao

📋 copy color: '#398601'

red 57 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #398601

Tints of Bilbao #398601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.79%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 29.69%
G = 69.79%
B = 0.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#398601 (or 0x398601) is known color: Bilbao. HEX triplet: 39, 86 and 01. RGB value is (57,134,1). Sum of RGB (Red+Green+Blue) = 57+134+1=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 134 (52.73% from 255 or 69.79% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 134 - color contains mainly: green. Hex color #398601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398601 is #C679FE. Grayscale: #606060. Windows color (decimal): -13007359 or 99897. OLE color: 99897.

HSL color Cylindrical-coordinate representation of color #398601: hue angle of 94.74º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #398601 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 1 -
CMYK 0.57 0 0.99 0.47
HSL 94.74º 0.99% 0.26% -
HSV(B) 94.74º 0.99% 0.53% -
XYZ 10.22 17.92 2.95 -
YUV 95.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 57 134 1 0.57 0 0.99 0.47 94.74 0.99 0.26
Hex 39 86 1 39 0 63 2F 5F 63 1A
Octal 71 206 1 71 0 143 57 137 143 32
Binary 111001 10000110 1 111001 0 1100011 101111 1011111 1100011 11010

Color Harmonies of #398601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398601

Black with #398601

Text Example


Text Example

White with #398601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398601; }

 p { color: rgb(57,134,1); }

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

background-color css

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

 a { background-color: rgb(57,134,1); }

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

border-color css

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

 span { border-color: rgb(57,134,1); }

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