Html Css Color HEX #397F0C Bilbao

📋 copy color: '#397F0C'

red 57 ◦ green 127 ◦ blue 12

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

Shades of Bilbao #397F0C

Tints of Bilbao #397F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 64.8%

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 29.08%
G = 64.8%
B = 6.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#397F0C (or 0x397F0C) is known color: Bilbao. HEX triplet: 39, 7F and 0C. RGB value is (57,127,12). Sum of RGB (Red+Green+Blue) = 57+127+12=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #397F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F0C is #C680F3. Grayscale: #5D5D5D. Windows color (decimal): -13009140 or 819001. OLE color: 819001.

HSL color Cylindrical-coordinate representation of color #397F0C: hue angle of 96.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #397F0C is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 12 -
CMYK 0.55 0 0.91 0.50
HSL 96.52º 0.83% 0.27% -
HSV(B) 96.52º 0.91% 0.5% -
XYZ 9.34 16.08 2.96 -
YUV 92.96 82.31 102.35 -
System Red Green Blue C M Y K H S L
Decimal 57 127 12 0.55 0 0.91 0.50 96.52 0.83 0.27
Hex 39 7F C 37 0 5B 32 61 53 1B
Octal 71 177 14 67 0 133 62 141 123 33
Binary 111001 1111111 1100 110111 0 1011011 110010 1100001 1010011 11011

Color Harmonies of #397F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F0C

Black with #397F0C

Text Example


Text Example

White with #397F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397F0C; }

 p { color: rgb(57,127,12); }

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

background-color css

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

 a { background-color: rgb(57,127,12); }

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

border-color css

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

 span { border-color: rgb(57,127,12); }

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